Html Css Color HEX #858460 Bandicoot

📋 copy color: '#858460'

red 133 ◦ green 132 ◦ blue 96

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

Shades of Bandicoot #858460

Tints of Bandicoot #858460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.57%

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

R = 36.84%
G = 36.57%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#858460 (or 0x858460) is known color: Bandicoot. HEX triplet: 85, 84 and 60. RGB value is (133,132,96). Sum of RGB (Red+Green+Blue) = 133+132+96=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #858460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858460 is #7A7B9F. Grayscale: #808080. Windows color (decimal): -8027040 or 6325381. OLE color: 6325381.

HSL color Cylindrical-coordinate representation of color #858460: hue angle of 58.38º 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 #858460 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 132 96 -
CMYK 0 0.01 0.28 0.48
HSL 58.38º 0.16% 0.45% -
HSV(B) 58.38º 0.28% 0.52% -
XYZ 20.04 22.33 14.32 -
YUV 128.2 109.83 131.43 -
System Red Green Blue C M Y K H S L
Decimal 133 132 96 0 0.01 0.28 0.48 58.38 0.16 0.45
Hex 85 84 60 0 1 1C 30 3A 10 2D
Octal 205 204 140 0 1 34 60 72 20 55
Binary 10000101 10000100 1100000 0 1 11100 110000 111010 10000 101101

Color Harmonies of #858460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858460

Black with #858460

Text Example


Text Example

White with #858460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858460; }

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

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

background-color css

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

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

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

border-color css

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

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

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