Html Css Color HEX #888961 Bitter

📋 copy color: '#888961'

red 136 ◦ green 137 ◦ blue 97

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

Shades of Bitter #888961

Tints of Bitter #888961

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.03%

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

R = 36.76%
G = 37.03%
B = 26.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#888961 (or 0x888961) is known color: Bitter. HEX triplet: 88, 89 and 61. RGB value is (136,137,97). Sum of RGB (Red+Green+Blue) = 136+137+97=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 137 - color contains mainly: green. Hex color #888961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888961 is #77769E. Grayscale: #848484. Windows color (decimal): -7829151 or 6392200. OLE color: 6392200.

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

Color convert

RGB 136 137 97 -
CMYK 0.01 0 0.29 0.46
HSL 61.5º 0.17% 0.46% -
HSV(B) 61.5º 0.29% 0.54% -
XYZ 21.26 23.99 14.82 -
YUV 132.14 108.17 130.75 -
System Red Green Blue C M Y K H S L
Decimal 136 137 97 0.01 0 0.29 0.46 61.5 0.17 0.46
Hex 88 89 61 1 0 1D 2E 3E 11 2E
Octal 210 211 141 1 0 35 56 76 21 56
Binary 10001000 10001001 1100001 1 0 11101 101110 111110 10001 101110

Color Harmonies of #888961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888961

Black with #888961

Text Example


Text Example

White with #888961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888961; }

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

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

background-color css

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

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

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

border-color css

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

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

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