Html Css Color HEX #889066 Bitter

📋 copy color: '#889066'

red 136 ◦ green 144 ◦ blue 102

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

Shades of Bitter #889066

Tints of Bitter #889066

RGB

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

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

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

R = 35.6%
G = 37.7%
B = 26.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#889066 (or 0x889066) is known color: Bitter. HEX triplet: 88, 90 and 66. RGB value is (136,144,102). Sum of RGB (Red+Green+Blue) = 136+144+102=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 144 - color contains mainly: green. Hex color #889066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889066 is #776F99. Grayscale: #888888. Windows color (decimal): -7827354 or 6721672. OLE color: 6721672.

HSL color Cylindrical-coordinate representation of color #889066: hue angle of 71.43º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #889066 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 144 102 -
CMYK 0.06 0 0.29 0.44
HSL 71.43º 0.17% 0.48% -
HSV(B) 71.43º 0.29% 0.56% -
XYZ 22.52 26.14 16.43 -
YUV 136.82 108.35 127.42 -
System Red Green Blue C M Y K H S L
Decimal 136 144 102 0.06 0 0.29 0.44 71.43 0.17 0.48
Hex 88 90 66 6 0 1D 2C 47 11 30
Octal 210 220 146 6 0 35 54 107 21 60
Binary 10001000 10010000 1100110 110 0 11101 101100 1000111 10001 110000

Color Harmonies of #889066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889066

Black with #889066

Text Example


Text Example

White with #889066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889066; }

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

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

background-color css

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

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

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

border-color css

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

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

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