#706C2C

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

Shades of Olivetone #706C2C

Tints of Olivetone #706C2C

Color information

#706C2C (or 0x706C2C) is unknown color: approx Olivetone. HEX triplet: 70, 6C and 2C. RGB value is (112,108,44). Sum of RGB (Red+Green+Blue) = 112+108+44=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #706C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C2C is #8F93D3. Grayscale: #666666. Windows color (decimal): -9409492 or 2911344. OLE color: 2911344.

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

Color convert

RGB11210844-
CMYK00.040.610.56
HSL56.47º43.59%30.59%-
HSV(B)56.47º60.71%43.92%-
XYZ12.514.354.49-
YUV101.995.33135.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.42%
GREEN value IS 108 (42.58% from 255) = 40.91%
BLUE value IS 44 (17.58% from 255) = 16.67%
R=42.42%
G=40.91%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121084400.040.610.5656.4743.5930.59
Hex706C2C043D38382c1f
Octal16015454047570705437
Binary11100001101100101100010011110111100011100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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