Html Css Color HEX #888660 Bandicoot

📋 copy color: '#888660'

red 136 ◦ green 134 ◦ blue 96

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

Shades of Bandicoot #888660

Tints of Bandicoot #888660

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.61%

 BLUE value IS 96 (37.89% from 255) = 26.23%

R = 37.16%
G = 36.61%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#888660 (or 0x888660) is known color: Bandicoot. HEX triplet: 88, 86 and 60. RGB value is (136,134,96). Sum of RGB (Red+Green+Blue) = 136+134+96=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 136 - color contains mainly: red. Hex color #888660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888660 is #77799F. Grayscale: #828282. Windows color (decimal): -7829920 or 6325896. OLE color: 6325896.

HSL color Cylindrical-coordinate representation of color #888660: hue angle of 57º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #888660 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 134 96 -
CMYK 0 0.01 0.29 0.47
HSL 57º 0.17% 0.45% -
HSV(B) 57º 0.29% 0.53% -
XYZ 20.79 23.13 14.43 -
YUV 130.27 108.66 132.09 -
System Red Green Blue C M Y K H S L
Decimal 136 134 96 0 0.01 0.29 0.47 57 0.17 0.45
Hex 88 86 60 0 1 1D 2F 39 11 2D
Octal 210 206 140 0 1 35 57 71 21 55
Binary 10001000 10000110 1100000 0 1 11101 101111 111001 10001 101101

Color Harmonies of #888660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888660

Black with #888660

Text Example


Text Example

White with #888660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888660; }

 p { color: rgb(136,134,96); }

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

background-color css

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

 a { background-color: rgb(136,134,96); }

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

border-color css

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

 span { border-color: rgb(136,134,96); }

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