Html Css Color HEX #888A68 Bitter

📋 copy color: '#888A68'

red 136 ◦ green 138 ◦ blue 104

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

Shades of Bitter #888A68

Tints of Bitter #888A68

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.51%

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

R = 35.98%
G = 36.51%
B = 27.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#888A68 (or 0x888A68) is known color: Bitter. HEX triplet: 88, 8A and 68. RGB value is (136,138,104). Sum of RGB (Red+Green+Blue) = 136+138+104=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 138 - color contains mainly: green. Hex color #888A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888A68 is #777597. Grayscale: #858585. Windows color (decimal): -7828888 or 6851208. OLE color: 6851208.

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

Color convert

RGB 136 138 104 -
CMYK 0.01 0 0.25 0.46
HSL 63.53º 0.14% 0.47% -
HSV(B) 63.53º 0.25% 0.54% -
XYZ 21.74 24.41 16.66 -
YUV 133.53 111.34 129.76 -
System Red Green Blue C M Y K H S L
Decimal 136 138 104 0.01 0 0.25 0.46 63.53 0.14 0.47
Hex 88 8A 68 1 0 19 2E 40 E 2F
Octal 210 212 150 1 0 31 56 100 16 57
Binary 10001000 10001010 1101000 1 0 11001 101110 1000000 1110 101111

Color Harmonies of #888A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888A68

Black with #888A68

Text Example


Text Example

White with #888A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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