#84806C

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

Shades of Olive Haze #84806C

Tints of Olive Haze #84806C

Color information

#84806C (or 0x84806C) is unknown color: approx Olive Haze. HEX triplet: 84, 80 and 6C. RGB value is (132,128,108). Sum of RGB (Red+Green+Blue) = 132+128+108=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 132 - color contains mainly: red. Hex color #84806C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84806C is #7B7F93. Grayscale: #7F7F7F. Windows color (decimal): -8093588 or 7110788. OLE color: 7110788.

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

Color convert

RGB132128108-
CMYK00.030.180.48
HSL50º10%47.06%-
HSV(B)50º18.18%51.76%-
XYZ19.9421.4317.27-
YUV126.92117.33131.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.87%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 108 (42.58% from 255) = 29.35%
R=35.87%
G=34.78%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212810800.030.180.48501047.06
Hex84806C03123032a2f
Octal204200154032260621257
Binary10000100100000001101100011100101100001100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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