Html Css Color HEX #858060 Bandicoot

📋 copy color: '#858060'

red 133 ◦ green 128 ◦ blue 96

#858060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bandicoot #858060

Tints of Bandicoot #858060

RGB

 RED value IS 133 (52.34% from 255) = 37.25%

 GREEN value IS 128 (50.39% from 255) = 35.85%

 BLUE value IS 96 (37.89% from 255) = 26.89%

R = 37.25%
G = 35.85%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#858060 (or 0x858060) is known color: Bandicoot. HEX triplet: 85, 80 and 60. RGB value is (133,128,96). Sum of RGB (Red+Green+Blue) = 133+128+96=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #858060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858060 is #7A7F9F. Grayscale: #7D7D7D. Windows color (decimal): -8028064 or 6324357. OLE color: 6324357.

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

Color convert

RGB 133 128 96 -
CMYK 0 0.04 0.28 0.48
HSL 51.89º 0.16% 0.45% -
HSV(B) 51.89º 0.28% 0.52% -
XYZ 19.5 21.27 14.14 -
YUV 125.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 133 128 96 0 0.04 0.28 0.48 51.89 0.16 0.45
Hex 85 80 60 0 4 1C 30 34 10 2D
Octal 205 200 140 0 4 34 60 64 20 55
Binary 10000101 10000000 1100000 0 100 11100 110000 110100 10000 101101

Color Harmonies of #858060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858060

Black with #858060

Text Example


Text Example

White with #858060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858060; }

 p { color: rgb(133,128,96); }

 H1.HeaderClassName
 {
   color: #858060;
 }
 .AnyTagClassName
 {
   color: #858060;
 }
</style>

background-color css

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

 a { background-color: rgb(133,128,96); }

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

border-color css

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

 span { border-color: rgb(133,128,96); }

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