#817E66

Color #817E66 Bandicoot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bandicoot #817E66

Tints of Bandicoot #817E66

Color information

#817E66 (or 0x817E66) is unknown color: approx Bandicoot. HEX triplet: 81, 7E and 66. RGB value is (129,126,102). Sum of RGB (Red+Green+Blue) = 129+126+102=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 129 - color contains mainly: red. Hex color #817E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817E66 is #7E8199. Grayscale: #7C7C7C. Windows color (decimal): -8290714 or 6717057. OLE color: 6717057.

HSL color Cylindrical-coordinate representation of color #817E66: hue angle of 53.33º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #817E66 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB129126102-
CMYK00.020.210.49
HSL53.33º11.69%45.29%-
HSV(B)53.33º20.93%50.59%-
XYZ18.9120.5515.54-
YUV124.16115.49131.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.13%
GREEN value IS 126 (49.61% from 255) = 35.29%
BLUE value IS 102 (40.23% from 255) = 28.57%
R=36.13%
G=35.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912610200.020.210.4953.3311.6945.29
Hex817E6602153135c2d
Octal201176146022561651455
Binary1000000111111101100110010101011100011101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817E66; }

 p { color: rgb(129,126,102); }

 H1.HeaderClassName
 {
   color: #817E66;
 }
 .AnyTagClassName
 {
   color: #817E66;
 }
</style>
background-color css

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

 a { background-color: rgb(129,126,102); }

 div.DivClassName
 {
   background-color: #817E66;
 }
 .BgClassName
 {
   background-color: #817E66;
 }
</style>
border-color css

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

 span { border-color: rgb(129,126,102); }

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