Html Css Color HEX #888969 Bitter

📋 copy color: '#888969'

red 136 ◦ green 137 ◦ blue 105

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

Shades of Bitter #888969

Tints of Bitter #888969

RGB

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

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

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

R = 35.98%
G = 36.24%
B = 27.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#888969 (or 0x888969) is known color: Bitter. HEX triplet: 88, 89 and 69. RGB value is (136,137,105). Sum of RGB (Red+Green+Blue) = 136+137+105=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 137 - color contains mainly: green. Hex color #888969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888969 is #777696. Grayscale: #858585. Windows color (decimal): -7829143 or 6916488. OLE color: 6916488.

HSL color Cylindrical-coordinate representation of color #888969: hue angle of 61.88º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #888969 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 137 105 -
CMYK 0.01 0 0.23 0.46
HSL 61.88º 0.13% 0.47% -
HSV(B) 61.88º 0.23% 0.54% -
XYZ 21.65 24.15 16.88 -
YUV 133.05 112.17 130.1 -
System Red Green Blue C M Y K H S L
Decimal 136 137 105 0.01 0 0.23 0.46 61.88 0.13 0.47
Hex 88 89 69 1 0 17 2E 3E D 2F
Octal 210 211 151 1 0 27 56 76 15 57
Binary 10001000 10001001 1101001 1 0 10111 101110 111110 1101 101111

Color Harmonies of #888969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888969

Black with #888969

Text Example


Text Example

White with #888969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888969; }

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

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

background-color css

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

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

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

border-color css

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

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

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