Html Css Color HEX #888F66 Bitter

📋 copy color: '#888F66'

red 136 ◦ green 143 ◦ blue 102

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

Shades of Bitter #888F66

Tints of Bitter #888F66

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.53%

 BLUE value IS 102 (40.23% from 255) = 26.77%

R = 35.7%
G = 37.53%
B = 26.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#888F66 (or 0x888F66) is known color: Bitter. HEX triplet: 88, 8F and 66. RGB value is (136,143,102). Sum of RGB (Red+Green+Blue) = 136+143+102=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 143 - color contains mainly: green. Hex color #888F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888F66 is #777099. Grayscale: #888888. Windows color (decimal): -7827610 or 6721416. OLE color: 6721416.

HSL color Cylindrical-coordinate representation of color #888F66: hue angle of 70.24º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #888F66 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 143 102 -
CMYK 0.05 0 0.29 0.44
HSL 70.24º 0.17% 0.48% -
HSV(B) 70.24º 0.29% 0.56% -
XYZ 22.37 25.84 16.38 -
YUV 136.23 108.68 127.83 -
System Red Green Blue C M Y K H S L
Decimal 136 143 102 0.05 0 0.29 0.44 70.24 0.17 0.48
Hex 88 8F 66 5 0 1D 2C 46 11 30
Octal 210 217 146 5 0 35 54 106 21 60
Binary 10001000 10001111 1100110 101 0 11101 101100 1000110 10001 110000

Color Harmonies of #888F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888F66

Black with #888F66

Text Example


Text Example

White with #888F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888F66; }

 p { color: rgb(136,143,102); }

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

background-color css

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

 a { background-color: rgb(136,143,102); }

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

border-color css

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

 span { border-color: rgb(136,143,102); }

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