#706416

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

Shades of Olivetone #706416

Tints of Olivetone #706416

Color information

#706416 (or 0x706416) is unknown color: approx Olivetone. HEX triplet: 70, 64 and 16. RGB value is (112,100,22). Sum of RGB (Red+Green+Blue) = 112+100+22=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #706416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706416 is #8F9BE9. Grayscale: #5F5F5F. Windows color (decimal): -9411562 or 1467504. OLE color: 1467504.

HSL color Cylindrical-coordinate representation of color #706416: hue angle of 52º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #706416 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB11210022-
CMYK00.110.800.56
HSL52º67.16%26.27%-
HSV(B)52º80.36%43.92%-
XYZ11.3812.622.59-
YUV94.786.98140.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 100 (39.45% from 255) = 42.74%
BLUE value IS 22 (8.98% from 255) = 9.40%
R=47.86%
G=42.74%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121002200.110.800.565267.1626.27
Hex7064160B503834431a
Octal16014426013120706410332
Binary1110000110010010110010111010000111000110100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706416; }

 p { color: rgb(112,100,22); }

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

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

 a { background-color: rgb(112,100,22); }

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

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

 span { border-color: rgb(112,100,22); }

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