Html Css Color HEX #858466 Bandicoot

📋 copy color: '#858466'

red 133 ◦ green 132 ◦ blue 102

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

Shades of Bandicoot #858466

Tints of Bandicoot #858466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.79%

R = 36.24%
G = 35.97%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#858466 (or 0x858466) is known color: Bandicoot. HEX triplet: 85, 84 and 66. RGB value is (133,132,102). Sum of RGB (Red+Green+Blue) = 133+132+102=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 133 - color contains mainly: red. Hex color #858466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858466 is #7A7B99. Grayscale: #818181. Windows color (decimal): -8027034 or 6718597. OLE color: 6718597.

HSL color Cylindrical-coordinate representation of color #858466: hue angle of 58.06º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #858466 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 132 102 -
CMYK 0 0.01 0.23 0.48
HSL 58.06º 0.13% 0.46% -
HSV(B) 58.06º 0.23% 0.52% -
XYZ 20.32 22.45 15.83 -
YUV 128.88 112.83 130.94 -
System Red Green Blue C M Y K H S L
Decimal 133 132 102 0 0.01 0.23 0.48 58.06 0.13 0.46
Hex 85 84 66 0 1 17 30 3A D 2E
Octal 205 204 146 0 1 27 60 72 15 56
Binary 10000101 10000100 1100110 0 1 10111 110000 111010 1101 101110

Color Harmonies of #858466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858466

Black with #858466

Text Example


Text Example

White with #858466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858466; }

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

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

background-color css

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

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

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

border-color css

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

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

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