Html Css Color HEX #888161 Olive Haze

📋 copy color: '#888161'

red 136 ◦ green 129 ◦ blue 97

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

Shades of Olive Haze #888161

Tints of Olive Haze #888161

RGB

 RED value IS 136 (53.52% from 255) = 37.57%

 GREEN value IS 129 (50.78% from 255) = 35.64%

 BLUE value IS 97 (38.28% from 255) = 26.8%

R = 37.57%
G = 35.64%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#888161 (or 0x888161) is known color: Olive Haze. HEX triplet: 88, 81 and 61. RGB value is (136,129,97). Sum of RGB (Red+Green+Blue) = 136+129+97=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #888161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888161 is #777E9E. Grayscale: #7F7F7F. Windows color (decimal): -7831199 or 6390152. OLE color: 6390152.

HSL color Cylindrical-coordinate representation of color #888161: hue angle of 49.23º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #888161 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 129 97 -
CMYK 0 0.05 0.29 0.47
HSL 49.23º 0.17% 0.46% -
HSV(B) 49.23º 0.29% 0.53% -
XYZ 20.16 21.8 14.45 -
YUV 127.45 110.82 134.1 -
System Red Green Blue C M Y K H S L
Decimal 136 129 97 0 0.05 0.29 0.47 49.23 0.17 0.46
Hex 88 81 61 0 5 1D 2F 31 11 2E
Octal 210 201 141 0 5 35 57 61 21 56
Binary 10001000 10000001 1100001 0 101 11101 101111 110001 10001 101110

Color Harmonies of #888161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888161

Black with #888161

Text Example


Text Example

White with #888161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888161; }

 p { color: rgb(136,129,97); }

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

background-color css

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

 a { background-color: rgb(136,129,97); }

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

border-color css

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

 span { border-color: rgb(136,129,97); }

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