Html Css Color HEX #888C6D Bitter

📋 copy color: '#888C6D'

red 136 ◦ green 140 ◦ blue 109

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

Shades of Bitter #888C6D

Tints of Bitter #888C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.31%

R = 35.32%
G = 36.36%
B = 28.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#888C6D (or 0x888C6D) is known color: Bitter. HEX triplet: 88, 8C and 6D. RGB value is (136,140,109). Sum of RGB (Red+Green+Blue) = 136+140+109=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 140 - color contains mainly: green. Hex color #888C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888C6D is #777392. Grayscale: #878787. Windows color (decimal): -7828371 or 7179400. OLE color: 7179400.

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

Color convert

RGB 136 140 109 -
CMYK 0.03 0 0.22 0.45
HSL 67.74º 0.12% 0.49% -
HSV(B) 67.74º 0.22% 0.55% -
XYZ 22.29 25.09 18.14 -
YUV 135.27 113.17 128.52 -
System Red Green Blue C M Y K H S L
Decimal 136 140 109 0.03 0 0.22 0.45 67.74 0.12 0.49
Hex 88 8C 6D 3 0 16 2D 44 C 31
Octal 210 214 155 3 0 26 55 104 14 61
Binary 10001000 10001100 1101101 11 0 10110 101101 1000100 1100 110001

Color Harmonies of #888C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888C6D

Black with #888C6D

Text Example


Text Example

White with #888C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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