#868456

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

Shades of Bandicoot #868456

Tints of Bandicoot #868456

Color information

#868456 (or 0x868456) is unknown color: approx Bandicoot. HEX triplet: 86, 84 and 56. RGB value is (134,132,86). Sum of RGB (Red+Green+Blue) = 134+132+86=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 134 - color contains mainly: red. Hex color #868456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868456 is #797BA9. Grayscale: #7F7F7F. Windows color (decimal): -7961514 or 5670022. OLE color: 5670022.

HSL color Cylindrical-coordinate representation of color #868456: hue angle of 57.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #868456 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB13413286-
CMYK00.010.360.47
HSL57.5º21.82%43.14%-
HSV(B)57.5º35.82%52.55%-
XYZ19.7622.2412.06-
YUV127.35104.66132.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.07%
GREEN value IS 132 (51.95% from 255) = 37.5%
BLUE value IS 86 (33.98% from 255) = 24.43%
R=38.07%
G=37.5%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341328600.010.360.4757.521.8243.14
Hex86845601242F3a162b
Octal206204126014457722653
Binary100001101000010010101100110010010111111101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868456; }

 p { color: rgb(134,132,86); }

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

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

 a { background-color: rgb(134,132,86); }

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

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

 span { border-color: rgb(134,132,86); }

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