#868662

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

Shades of Bandicoot #868662

Tints of Bandicoot #868662

Color information

#868662 (or 0x868662) is unknown color: approx Bandicoot. HEX triplet: 86, 86 and 62. RGB value is (134,134,98). Sum of RGB (Red+Green+Blue) = 134+134+98=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 134 - color contains mainly: red, green. Hex color #868662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868662 is #79799D. Grayscale: #828282. Windows color (decimal): -7960990 or 6456966. OLE color: 6456966.

HSL color Cylindrical-coordinate representation of color #868662: hue angle of 60º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #868662 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB13413498-
CMYK000.270.47
HSL60º15.52%45.49%-
HSV(B)60º26.87%52.55%-
XYZ20.562314.91-
YUV129.9110130.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 98 (38.67% from 255) = 26.78%
R=36.61%
G=36.61%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413498000.270.476015.5245.49
Hex868662001B2F3c102d
Octal206206142003357742055
Binary10000110100001101100010001101110111111110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868662; }

 p { color: rgb(134,134,98); }

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

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

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

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

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

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

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