Html Css Color HEX #888664 Bandicoot

📋 copy color: '#888664'

red 136 ◦ green 134 ◦ blue 100

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

Shades of Bandicoot #888664

Tints of Bandicoot #888664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.03%

R = 36.76%
G = 36.22%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#888664 (or 0x888664) is known color: Bandicoot. HEX triplet: 88, 86 and 64. RGB value is (136,134,100). Sum of RGB (Red+Green+Blue) = 136+134+100=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 136 - color contains mainly: red. Hex color #888664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888664 is #77799B. Grayscale: #828282. Windows color (decimal): -7829916 or 6588040. OLE color: 6588040.

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

Color convert

RGB 136 134 100 -
CMYK 0 0.01 0.26 0.47
HSL 56.67º 0.15% 0.46% -
HSV(B) 56.67º 0.26% 0.53% -
XYZ 20.98 23.2 15.43 -
YUV 130.72 110.66 131.76 -
System Red Green Blue C M Y K H S L
Decimal 136 134 100 0 0.01 0.26 0.47 56.67 0.15 0.46
Hex 88 86 64 0 1 1A 2F 39 F 2E
Octal 210 206 144 0 1 32 57 71 17 56
Binary 10001000 10000110 1100100 0 1 11010 101111 111001 1111 101110

Color Harmonies of #888664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888664

Black with #888664

Text Example


Text Example

White with #888664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888664; }

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

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

background-color css

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

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

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

border-color css

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

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

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