Html Css Color HEX #888C66 Bitter

📋 copy color: '#888C66'

red 136 ◦ green 140 ◦ blue 102

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

Shades of Bitter #888C66

Tints of Bitter #888C66

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.04%

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

R = 35.98%
G = 37.04%
B = 26.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#888C66 (or 0x888C66) is known color: Bitter. HEX triplet: 88, 8C and 66. RGB value is (136,140,102). Sum of RGB (Red+Green+Blue) = 136+140+102=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 140 - color contains mainly: green. Hex color #888C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888C66 is #777399. Grayscale: #868686. Windows color (decimal): -7828378 or 6720648. OLE color: 6720648.

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

Color convert

RGB 136 140 102 -
CMYK 0.03 0 0.27 0.45
HSL 66.32º 0.16% 0.47% -
HSV(B) 66.32º 0.27% 0.55% -
XYZ 21.93 24.95 16.23 -
YUV 134.47 109.67 129.09 -
System Red Green Blue C M Y K H S L
Decimal 136 140 102 0.03 0 0.27 0.45 66.32 0.16 0.47
Hex 88 8C 66 3 0 1B 2D 42 10 2F
Octal 210 214 146 3 0 33 55 102 20 57
Binary 10001000 10001100 1100110 11 0 11011 101101 1000010 10000 101111

Color Harmonies of #888C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888C66

Black with #888C66

Text Example


Text Example

White with #888C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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