Html Css Color HEX #888C69 Bitter

📋 copy color: '#888C69'

red 136 ◦ green 140 ◦ blue 105

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

Shades of Bitter #888C69

Tints of Bitter #888C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.56%

R = 35.7%
G = 36.75%
B = 27.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#888C69 (or 0x888C69) is known color: Bitter. HEX triplet: 88, 8C and 69. RGB value is (136,140,105). Sum of RGB (Red+Green+Blue) = 136+140+105=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 140 - color contains mainly: green. Hex color #888C69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888C69 is #777396. Grayscale: #868686. Windows color (decimal): -7828375 or 6917256. OLE color: 6917256.

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

Color convert

RGB 136 140 105 -
CMYK 0.03 0 0.25 0.45
HSL 66.86º 0.14% 0.48% -
HSV(B) 66.86º 0.25% 0.55% -
XYZ 22.08 25.01 17.03 -
YUV 134.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 136 140 105 0.03 0 0.25 0.45 66.86 0.14 0.48
Hex 88 8C 69 3 0 19 2D 43 E 30
Octal 210 214 151 3 0 31 55 103 16 60
Binary 10001000 10001100 1101001 11 0 11001 101101 1000011 1110 110000

Color Harmonies of #888C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888C69

Black with #888C69

Text Example


Text Example

White with #888C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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