#706A2D

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

Shades of Olivetone #706A2D

Tints of Olivetone #706A2D

Color information

#706A2D (or 0x706A2D) is unknown color: approx Olivetone. HEX triplet: 70, 6A and 2D. RGB value is (112,106,45). Sum of RGB (Red+Green+Blue) = 112+106+45=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 106 (41.80% from 255 or 40.30% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #706A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A2D is #8F95D2. Grayscale: #656565. Windows color (decimal): -9410003 or 2976368. OLE color: 2976368.

HSL color Cylindrical-coordinate representation of color #706A2D: hue angle of 54.63º 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 #706A2D is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB11210645-
CMYK00.050.600.56
HSL54.63º42.68%30.78%-
HSV(B)54.63º59.82%43.92%-
XYZ12.3113.944.52-
YUV100.8496.49135.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.59%
GREEN value IS 106 (41.80% from 255) = 40.30%
BLUE value IS 45 (17.97% from 255) = 17.11%
R=42.59%
G=40.30%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121064500.050.600.5654.6342.6830.78
Hex706A2D053C38372b1f
Octal16015255057470675337
Binary11100001101010101101010111110011100011011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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