Html Css Color HEX #888561 Bandicoot

📋 copy color: '#888561'

red 136 ◦ green 133 ◦ blue 97

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

Shades of Bandicoot #888561

Tints of Bandicoot #888561

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.34%

 BLUE value IS 97 (38.28% from 255) = 26.5%

R = 37.16%
G = 36.34%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#888561 (or 0x888561) is known color: Bandicoot. HEX triplet: 88, 85 and 61. RGB value is (136,133,97). Sum of RGB (Red+Green+Blue) = 136+133+97=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 136 - color contains mainly: red. Hex color #888561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888561 is #777A9E. Grayscale: #818181. Windows color (decimal): -7830175 or 6391176. OLE color: 6391176.

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

Color convert

RGB 136 133 97 -
CMYK 0 0.02 0.29 0.47
HSL 55.38º 0.17% 0.46% -
HSV(B) 55.38º 0.29% 0.53% -
XYZ 20.7 22.87 14.63 -
YUV 129.79 109.49 132.43 -
System Red Green Blue C M Y K H S L
Decimal 136 133 97 0 0.02 0.29 0.47 55.38 0.17 0.46
Hex 88 85 61 0 2 1D 2F 37 11 2E
Octal 210 205 141 0 2 35 57 67 21 56
Binary 10001000 10000101 1100001 0 10 11101 101111 110111 10001 101110

Color Harmonies of #888561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888561

Black with #888561

Text Example


Text Example

White with #888561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888561; }

 p { color: rgb(136,133,97); }

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

background-color css

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

 a { background-color: rgb(136,133,97); }

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

border-color css

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

 span { border-color: rgb(136,133,97); }

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