#867D64

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

Shades of Olive Haze #867D64

Tints of Olive Haze #867D64

Color information

#867D64 (or 0x867D64) is unknown color: approx Olive Haze. HEX triplet: 86, 7D and 64. RGB value is (134,125,100). Sum of RGB (Red+Green+Blue) = 134+125+100=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 134 - color contains mainly: red. Hex color #867D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867D64 is #79829B. Grayscale: #7C7C7C. Windows color (decimal): -7963292 or 6585734. OLE color: 6585734.

HSL color Cylindrical-coordinate representation of color #867D64: hue angle of 44.12º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #867D64 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB134125100-
CMYK00.070.250.47
HSL44.12º14.53%45.88%-
HSV(B)44.12º25.37%52.55%-
XYZ19.4720.6615.02-
YUV124.84113.98134.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 125 (49.22% from 255) = 34.82%
BLUE value IS 100 (39.45% from 255) = 27.86%
R=37.33%
G=34.82%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412510000.070.250.4744.1214.5345.88
Hex867D6407192F2cf2e
Octal206175144073157541756
Binary10000110111110111001000111110011011111011001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867D64; }

 p { color: rgb(134,125,100); }

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

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

 a { background-color: rgb(134,125,100); }

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

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

 span { border-color: rgb(134,125,100); }

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