#86825C

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

Shades of Bandicoot #86825C

Tints of Bandicoot #86825C

Color information

#86825C (or 0x86825C) is unknown color: approx Bandicoot. HEX triplet: 86, 82 and 5C. RGB value is (134,130,92). Sum of RGB (Red+Green+Blue) = 134+130+92=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 134 - color contains mainly: red. Hex color #86825C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86825C is #797DA3. Grayscale: #7F7F7F. Windows color (decimal): -7962020 or 6062726. OLE color: 6062726.

HSL color Cylindrical-coordinate representation of color #86825C: hue angle of 54.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86825C is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB13413092-
CMYK00.030.310.47
HSL54.29º18.58%44.31%-
HSV(B)54.29º31.34%52.55%-
XYZ19.7521.8113.29-
YUV126.86108.33133.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.64%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 92 (36.33% from 255) = 25.84%
R=37.64%
G=36.52%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341309200.030.310.4754.2918.5844.31
Hex86825C031F2F36132c
Octal206202134033757662354
Binary100001101000001010111000111111110111111011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86825C; }

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

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

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

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

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

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

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

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