#867C61

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

Shades of Olive Haze #867C61

Tints of Olive Haze #867C61

Color information

#867C61 (or 0x867C61) is unknown color: approx Olive Haze. HEX triplet: 86, 7C and 61. RGB value is (134,124,97). Sum of RGB (Red+Green+Blue) = 134+124+97=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #867C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C61 is #79839E. Grayscale: #7C7C7C. Windows color (decimal): -7963551 or 6388870. OLE color: 6388870.

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

Color convert

RGB13412497-
CMYK00.070.280.47
HSL43.78º16.02%45.29%-
HSV(B)43.78º27.61%52.55%-
XYZ19.220.3514.22-
YUV123.91112.81135.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 124 (48.83% from 255) = 34.93%
BLUE value IS 97 (38.28% from 255) = 27.32%
R=37.75%
G=34.93%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341249700.070.280.4743.7816.0245.29
Hex867C61071C2F2c102d
Octal206174141073457542055
Binary100001101111100110000101111110010111110110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,124,97); }

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

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

 a { background-color: rgb(134,124,97); }

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

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

 span { border-color: rgb(134,124,97); }

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