#817F6E

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

Shades of Bandicoot #817F6E

Tints of Bandicoot #817F6E

Color information

#817F6E (or 0x817F6E) is unknown color: approx Bandicoot. HEX triplet: 81, 7F and 6E. RGB value is (129,127,110). Sum of RGB (Red+Green+Blue) = 129+127+110=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 129 - color contains mainly: red. Hex color #817F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817F6E is #7E8091. Grayscale: #7D7D7D. Windows color (decimal): -8290450 or 7241601. OLE color: 7241601.

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

Color convert

RGB129127110-
CMYK00.020.150.49
HSL53.68º7.95%46.86%-
HSV(B)53.68º14.73%50.59%-
XYZ19.4620.9717.77-
YUV125.66119.16130.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.25%
GREEN value IS 127 (50% from 255) = 34.70%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=35.25%
G=34.70%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912711000.020.150.4953.687.9546.86
Hex817F6E02F313682f
Octal201177156021761661057
Binary100000011111111110111001011111100011101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,127,110); }

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

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

 a { background-color: rgb(129,127,110); }

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

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

 span { border-color: rgb(129,127,110); }

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