#706711

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

Shades of Olivetone #706711

Tints of Olivetone #706711

Color information

#706711 (or 0x706711) is unknown color: approx Olivetone. HEX triplet: 70, 67 and 11. RGB value is (112,103,17). Sum of RGB (Red+Green+Blue) = 112+103+17=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #706711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706711 is #8F98EE. Grayscale: #606060. Windows color (decimal): -9410799 or 1140592. OLE color: 1140592.

HSL color Cylindrical-coordinate representation of color #706711: hue angle of 54.32º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #706711 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB11210317-
CMYK00.080.850.56
HSL54.32º73.64%25.29%-
HSV(B)54.32º84.82%43.92%-
XYZ11.6313.192.46-
YUV95.8983.48139.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 103 (40.62% from 255) = 44.40%
BLUE value IS 17 (7.03% from 255) = 7.33%
R=48.28%
G=44.40%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121031700.080.850.5654.3273.6425.29
Hex706711085538364a19
Octal16014721010125706611231
Binary1110000110011110001010001010101111000110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706711; }

 p { color: rgb(112,103,17); }

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

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

 a { background-color: rgb(112,103,17); }

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

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

 span { border-color: rgb(112,103,17); }

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