Html Css Color HEX #88896B Bitter

📋 copy color: '#88896B'

red 136 ◦ green 137 ◦ blue 107

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

Shades of Bitter #88896B

Tints of Bitter #88896B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.16%

R = 35.79%
G = 36.05%
B = 28.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#88896B (or 0x88896B) is known color: Bitter. HEX triplet: 88, 89 and 6B. RGB value is (136,137,107). Sum of RGB (Red+Green+Blue) = 136+137+107=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 137 - color contains mainly: green. Hex color #88896B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88896B is #777694. Grayscale: #858585. Windows color (decimal): -7829141 or 7047560. OLE color: 7047560.

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

Color convert

RGB 136 137 107 -
CMYK 0.01 0 0.22 0.46
HSL 62º 0.12% 0.48% -
HSV(B) 62º 0.22% 0.54% -
XYZ 21.75 24.19 17.43 -
YUV 133.28 113.17 129.94 -
System Red Green Blue C M Y K H S L
Decimal 136 137 107 0.01 0 0.22 0.46 62 0.12 0.48
Hex 88 89 6B 1 0 16 2E 3E C 30
Octal 210 211 153 1 0 26 56 76 14 60
Binary 10001000 10001001 1101011 1 0 10110 101110 111110 1100 110000

Color Harmonies of #88896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88896B

Black with #88896B

Text Example


Text Example

White with #88896B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88896B; }

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

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

background-color css

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

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

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

border-color css

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

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

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