Html Css Color HEX #88906A Bitter

📋 copy color: '#88906A'

red 136 ◦ green 144 ◦ blue 106

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

Shades of Bitter #88906A

Tints of Bitter #88906A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.31%

 BLUE value IS 106 (41.8% from 255) = 27.46%

R = 35.23%
G = 37.31%
B = 27.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#88906A (or 0x88906A) is known color: Bitter. HEX triplet: 88, 90 and 6A. RGB value is (136,144,106). Sum of RGB (Red+Green+Blue) = 136+144+106=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 144 - color contains mainly: green. Hex color #88906A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88906A is #776F95. Grayscale: #898989. Windows color (decimal): -7827350 or 6983816. OLE color: 6983816.

HSL color Cylindrical-coordinate representation of color #88906A: hue angle of 72.63º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88906A is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 144 106 -
CMYK 0.06 0 0.26 0.44
HSL 72.63º 0.15% 0.49% -
HSV(B) 72.63º 0.26% 0.56% -
XYZ 22.73 26.22 17.5 -
YUV 137.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 136 144 106 0.06 0 0.26 0.44 72.63 0.15 0.49
Hex 88 90 6A 6 0 1A 2C 49 F 31
Octal 210 220 152 6 0 32 54 111 17 61
Binary 10001000 10010000 1101010 110 0 11010 101100 1001001 1111 110001

Color Harmonies of #88906A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88906A

Black with #88906A

Text Example


Text Example

White with #88906A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88906A; }

 p { color: rgb(136,144,106); }

 H1.HeaderClassName
 {
   color: #88906A;
 }
 .AnyTagClassName
 {
   color: #88906A;
 }
</style>

background-color css

<style>
 a { background-color: #88906A; }

 a { background-color: rgb(136,144,106); }

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

border-color css

<style>
 span { border-color: #88906A; }

 span { border-color: rgb(136,144,106); }

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