#706C2B

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

Shades of Olivetone #706C2B

Tints of Olivetone #706C2B

Color information

#706C2B (or 0x706C2B) is unknown color: approx Olivetone. HEX triplet: 70, 6C and 2B. RGB value is (112,108,43). Sum of RGB (Red+Green+Blue) = 112+108+43=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #706C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C2B is #8F93D4. Grayscale: #666666. Windows color (decimal): -9409493 or 2845808. OLE color: 2845808.

HSL color Cylindrical-coordinate representation of color #706C2B: hue angle of 56.52º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #706C2B is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB11210843-
CMYK00.040.620.56
HSL56.52º44.52%30.39%-
HSV(B)56.52º61.61%43.92%-
XYZ12.4814.344.4-
YUV101.7994.83135.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.59%
GREEN value IS 108 (42.58% from 255) = 41.06%
BLUE value IS 43 (17.19% from 255) = 16.35%
R=42.59%
G=41.06%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121084300.040.620.5656.5244.5230.39
Hex706C2B043E38392d1e
Octal16015453047670715536
Binary11100001101100101011010011111011100011100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706C2B; }

 p { color: rgb(112,108,43); }

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

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

 a { background-color: rgb(112,108,43); }

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

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

 span { border-color: rgb(112,108,43); }

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