Html Css Color HEX #858468 Bandicoot

📋 copy color: '#858468'

red 133 ◦ green 132 ◦ blue 104

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

Shades of Bandicoot #858468

Tints of Bandicoot #858468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.18%

R = 36.04%
G = 35.77%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#858468 (or 0x858468) is known color: Bandicoot. HEX triplet: 85, 84 and 68. RGB value is (133,132,104). Sum of RGB (Red+Green+Blue) = 133+132+104=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 133 - color contains mainly: red. Hex color #858468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858468 is #7A7B97. Grayscale: #818181. Windows color (decimal): -8027032 or 6849669. OLE color: 6849669.

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

Color convert

RGB 133 132 104 -
CMYK 0 0.01 0.22 0.48
HSL 57.93º 0.12% 0.46% -
HSV(B) 57.93º 0.22% 0.52% -
XYZ 20.42 22.49 16.36 -
YUV 129.11 113.83 130.78 -
System Red Green Blue C M Y K H S L
Decimal 133 132 104 0 0.01 0.22 0.48 57.93 0.12 0.46
Hex 85 84 68 0 1 16 30 3A C 2E
Octal 205 204 150 0 1 26 60 72 14 56
Binary 10000101 10000100 1101000 0 1 10110 110000 111010 1100 101110

Color Harmonies of #858468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858468

Black with #858468

Text Example


Text Example

White with #858468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858468; }

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

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

background-color css

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

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

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

border-color css

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

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

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