Html Css Color HEX #888968 Bitter

📋 copy color: '#888968'

red 136 ◦ green 137 ◦ blue 104

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

Shades of Bitter #888968

Tints of Bitter #888968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.59%

R = 36.07%
G = 36.34%
B = 27.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#888968 (or 0x888968) is known color: Bitter. HEX triplet: 88, 89 and 68. RGB value is (136,137,104). Sum of RGB (Red+Green+Blue) = 136+137+104=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 137 - color contains mainly: green. Hex color #888968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888968 is #777697. Grayscale: #858585. Windows color (decimal): -7829144 or 6850952. OLE color: 6850952.

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

Color convert

RGB 136 137 104 -
CMYK 0.01 0 0.24 0.46
HSL 61.82º 0.14% 0.47% -
HSV(B) 61.82º 0.24% 0.54% -
XYZ 21.6 24.13 16.61 -
YUV 132.94 111.67 130.18 -
System Red Green Blue C M Y K H S L
Decimal 136 137 104 0.01 0 0.24 0.46 61.82 0.14 0.47
Hex 88 89 68 1 0 18 2E 3E E 2F
Octal 210 211 150 1 0 30 56 76 16 57
Binary 10001000 10001001 1101000 1 0 11000 101110 111110 1110 101111

Color Harmonies of #888968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888968

Black with #888968

Text Example


Text Example

White with #888968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888968; }

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

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

background-color css

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

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

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

border-color css

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

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

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