#706614

Color #706614 Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #706614

Tints of Olivetone #706614

Color information

#706614 (or 0x706614) is unknown color: approx Olivetone. HEX triplet: 70, 66 and 14. RGB value is (112,102,20). Sum of RGB (Red+Green+Blue) = 112+102+20=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #706614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706614 is #8F99EB. Grayscale: #5F5F5F. Windows color (decimal): -9411052 or 1336944. OLE color: 1336944.

HSL color Cylindrical-coordinate representation of color #706614: hue angle of 53.48º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #706614 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB11210220-
CMYK00.090.820.56
HSL53.48º69.7%25.88%-
HSV(B)53.48º82.14%43.92%-
XYZ11.56132.56-
YUV95.6485.31139.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 102 (40.23% from 255) = 43.59%
BLUE value IS 20 (8.20% from 255) = 8.55%
R=47.86%
G=43.59%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121022000.090.820.5653.4869.725.88
Hex70661409523835461a
Octal16014624011122706510632
Binary1110000110011010100010011010010111000110101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706614; }

 p { color: rgb(112,102,20); }

 H1.HeaderClassName
 {
   color: #706614;
 }
 .AnyTagClassName
 {
   color: #706614;
 }
</style>
background-color css

<style>
 a { background-color: #706614; }

 a { background-color: rgb(112,102,20); }

 div.DivClassName
 {
   background-color: #706614;
 }
 .BgClassName
 {
   background-color: #706614;
 }
</style>
border-color css

<style>
 span { border-color: #706614; }

 span { border-color: rgb(112,102,20); }

 td.TdClassName
 {
   border-color: #706614;
 }
 .TagClassName
 {
   border-color: #706614;
 }
</style>