#858166

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

Shades of Bandicoot #858166

Tints of Bandicoot #858166

Color information

#858166 (or 0x858166) is unknown color: approx Bandicoot. HEX triplet: 85, 81 and 66. RGB value is (133,129,102). Sum of RGB (Red+Green+Blue) = 133+129+102=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #858166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858166 is #7A7E99. Grayscale: #7F7F7F. Windows color (decimal): -8027802 or 6717829. OLE color: 6717829.

HSL color Cylindrical-coordinate representation of color #858166: hue angle of 52.26º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #858166 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB133129102-
CMYK00.030.230.48
HSL52.26º13.19%46.08%-
HSV(B)52.26º23.31%52.16%-
XYZ19.9221.6515.7-
YUV127.12113.83132.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 129 (50.78% from 255) = 35.44%
BLUE value IS 102 (40.23% from 255) = 28.02%
R=36.54%
G=35.44%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312910200.030.230.4852.2613.1946.08
Hex85816603173034d2e
Octal205201146032760641556
Binary10000101100000011100110011101111100001101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858166; }

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

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

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

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

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

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

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

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