#868261

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

Shades of Bandicoot #868261

Tints of Bandicoot #868261

Color information

#868261 (or 0x868261) is unknown color: approx Bandicoot. HEX triplet: 86, 82 and 61. RGB value is (134,130,97). Sum of RGB (Red+Green+Blue) = 134+130+97=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 134 - color contains mainly: red. Hex color #868261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868261 is #797D9E. Grayscale: #7F7F7F. Windows color (decimal): -7962015 or 6390406. OLE color: 6390406.

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

Color convert

RGB13413097-
CMYK00.030.280.47
HSL53.51º16.02%45.29%-
HSV(B)53.51º27.61%52.55%-
XYZ19.9721.914.48-
YUV127.43110.83132.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.12%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 97 (38.28% from 255) = 26.87%
R=37.12%
G=36.01%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341309700.030.280.4753.5116.0245.29
Hex868261031C2F36102d
Octal206202141033457662055
Binary100001101000001011000010111110010111111011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868261; }

 p { color: rgb(134,130,97); }

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

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

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

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

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

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

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