#84806E

Color #84806E Olive Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Haze #84806E

Tints of Olive Haze #84806E

Color information

#84806E (or 0x84806E) is unknown color: approx Olive Haze. HEX triplet: 84, 80 and 6E. RGB value is (132,128,110). Sum of RGB (Red+Green+Blue) = 132+128+110=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 132 - color contains mainly: red. Hex color #84806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84806E is #7B7F91. Grayscale: #7F7F7F. Windows color (decimal): -8093586 or 7241860. OLE color: 7241860.

HSL color Cylindrical-coordinate representation of color #84806E: hue angle of 49.09º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84806E is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB132128110-
CMYK00.030.170.48
HSL49.09º9.09%47.45%-
HSV(B)49.09º16.67%51.76%-
XYZ20.0521.4717.84-
YUV127.14118.33131.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.68%
GREEN value IS 128 (50.39% from 255) = 34.59%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=35.68%
G=34.59%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212811000.030.170.4849.099.0947.45
Hex84806E0311303192f
Octal204200156032160611157
Binary10000100100000001101110011100011100001100011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84806E; }

 p { color: rgb(132,128,110); }

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

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

 a { background-color: rgb(132,128,110); }

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

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

 span { border-color: rgb(132,128,110); }

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