Html Css Color HEX #888461 Bandicoot

📋 copy color: '#888461'

red 136 ◦ green 132 ◦ blue 97

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

Shades of Bandicoot #888461

Tints of Bandicoot #888461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.16%

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

R = 37.26%
G = 36.16%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#888461 (or 0x888461) is known color: Bandicoot. HEX triplet: 88, 84 and 61. RGB value is (136,132,97). Sum of RGB (Red+Green+Blue) = 136+132+97=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #888461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888461 is #777B9E. Grayscale: #818181. Windows color (decimal): -7830431 or 6390920. OLE color: 6390920.

HSL color Cylindrical-coordinate representation of color #888461: hue angle of 53.85º 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 #888461 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 132 97 -
CMYK 0 0.03 0.29 0.47
HSL 53.85º 0.17% 0.46% -
HSV(B) 53.85º 0.29% 0.53% -
XYZ 20.56 22.6 14.59 -
YUV 129.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 136 132 97 0 0.03 0.29 0.47 53.85 0.17 0.46
Hex 88 84 61 0 3 1D 2F 36 11 2E
Octal 210 204 141 0 3 35 57 66 21 56
Binary 10001000 10000100 1100001 0 11 11101 101111 110110 10001 101110

Color Harmonies of #888461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888461

Black with #888461

Text Example


Text Example

White with #888461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888461; }

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

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

background-color css

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

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

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

border-color css

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

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

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