Html Css Color HEX #867E62 Olive Haze

📋 copy color: '#867E62'

red 134 ◦ green 126 ◦ blue 98

#867E62
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Haze #867E62

Tints of Olive Haze #867E62

RGB

 RED value IS 134 (52.73% from 255) = 37.43%

 GREEN value IS 126 (49.61% from 255) = 35.2%

 BLUE value IS 98 (38.67% from 255) = 27.37%

R = 37.43%
G = 35.2%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#867E62 (or 0x867E62) is known color: Olive Haze. HEX triplet: 86, 7E and 62. RGB value is (134,126,98). Sum of RGB (Red+Green+Blue) = 134+126+98=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 134 - color contains mainly: red. Hex color #867E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867E62 is #79819D. Grayscale: #7D7D7D. Windows color (decimal): -7963038 or 6454918. OLE color: 6454918.

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

Color convert

RGB 134 126 98 -
CMYK 0 0.06 0.27 0.47
HSL 46.67º 0.16% 0.45% -
HSV(B) 46.67º 0.27% 0.53% -
XYZ 19.5 20.87 14.56 -
YUV 125.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 134 126 98 0 0.06 0.27 0.47 46.67 0.16 0.45
Hex 86 7E 62 0 6 1B 2F 2F 10 2D
Octal 206 176 142 0 6 33 57 57 20 55
Binary 10000110 1111110 1100010 0 110 11011 101111 101111 10000 101101

Color Harmonies of #867E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867E62

Black with #867E62

Text Example


Text Example

White with #867E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,126,98); }

 H1.HeaderClassName
 {
   color: #867E62;
 }
 .AnyTagClassName
 {
   color: #867E62;
 }
</style>

background-color css

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

 a { background-color: rgb(134,126,98); }

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

border-color css

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

 span { border-color: rgb(134,126,98); }

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