#706C2D

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

Shades of Olivetone #706C2D

Tints of Olivetone #706C2D

Color information

#706C2D (or 0x706C2D) is unknown color: approx Olivetone. HEX triplet: 70, 6C and 2D. RGB value is (112,108,45). Sum of RGB (Red+Green+Blue) = 112+108+45=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #706C2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C2D is #8F93D2. Grayscale: #666666. Windows color (decimal): -9409491 or 2976880. OLE color: 2976880.

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

Color convert

RGB11210845-
CMYK00.040.600.56
HSL56.42º42.68%30.78%-
HSV(B)56.42º59.82%43.92%-
XYZ12.5214.364.59-
YUV102.0195.83135.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 108 (42.58% from 255) = 40.75%
BLUE value IS 45 (17.97% from 255) = 16.98%
R=42.26%
G=40.75%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121084500.040.600.5656.4242.6830.78
Hex706C2D043C38382b1f
Octal16015455047470705337
Binary11100001101100101101010011110011100011100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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