#706622

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

Shades of Olivetone #706622

Tints of Olivetone #706622

Color information

#706622 (or 0x706622) is unknown color: approx Olivetone. HEX triplet: 70, 66 and 22. RGB value is (112,102,34). Sum of RGB (Red+Green+Blue) = 112+102+34=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #706622 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706622 is #8F99DD. Grayscale: #616161. Windows color (decimal): -9411038 or 2254448. OLE color: 2254448.

HSL color Cylindrical-coordinate representation of color #706622: hue angle of 52.31º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #706622 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB11210234-
CMYK00.090.700.56
HSL52.31º53.42%28.63%-
HSV(B)52.31º69.64%43.92%-
XYZ11.7213.063.42-
YUV97.2492.31138.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 102 (40.23% from 255) = 41.13%
BLUE value IS 34 (13.67% from 255) = 13.71%
R=45.16%
G=41.13%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121023400.090.700.5652.3153.4228.63
Hex70662209463834351d
Octal1601464201110670646535
Binary1110000110011010001001001100011011100011010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706622; }

 p { color: rgb(112,102,34); }

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

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

 a { background-color: rgb(112,102,34); }

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

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

 span { border-color: rgb(112,102,34); }

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