#817E6B

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

Shades of Bandicoot #817E6B

Tints of Bandicoot #817E6B

Color information

#817E6B (or 0x817E6B) is unknown color: approx Bandicoot. HEX triplet: 81, 7E and 6B. RGB value is (129,126,107). Sum of RGB (Red+Green+Blue) = 129+126+107=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 129 - color contains mainly: red. Hex color #817E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817E6B is #7E8194. Grayscale: #7C7C7C. Windows color (decimal): -8290709 or 7044737. OLE color: 7044737.

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

Color convert

RGB129126107-
CMYK00.020.170.49
HSL51.82º9.32%46.27%-
HSV(B)51.82º17.05%50.59%-
XYZ19.1720.6516.89-
YUV124.73117.99131.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.64%
GREEN value IS 126 (49.61% from 255) = 34.81%
BLUE value IS 107 (42.19% from 255) = 29.56%
R=35.64%
G=34.81%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912610700.020.170.4951.829.3246.27
Hex817E6B0211313492e
Octal201176153022161641156
Binary1000000111111101101011010100011100011101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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