#706B2A

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

Shades of Olivetone #706B2A

Tints of Olivetone #706B2A

Color information

#706B2A (or 0x706B2A) is unknown color: approx Olivetone. HEX triplet: 70, 6B and 2A. RGB value is (112,107,42). Sum of RGB (Red+Green+Blue) = 112+107+42=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #706B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B2A is #8F94D5. Grayscale: #656565. Windows color (decimal): -9409750 or 2780016. OLE color: 2780016.

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

Color convert

RGB11210742-
CMYK00.040.620.56
HSL55.71º45.45%30.2%-
HSV(B)55.71º62.5%43.92%-
XYZ12.3614.134.27-
YUV101.0894.66135.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 107 (42.19% from 255) = 41.00%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=42.91%
G=41.00%
B=16.09%

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
Decimal1121074200.040.620.5655.7145.4530.2
Hex706B2A043E38382d1e
Octal16015352047670705536
Binary11100001101011101010010011111011100011100010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,107,42); }

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

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

 a { background-color: rgb(112,107,42); }

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

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

 span { border-color: rgb(112,107,42); }

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