Html Css Color HEX #858268 Bandicoot

📋 copy color: '#858268'

red 133 ◦ green 130 ◦ blue 104

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

Shades of Bandicoot #858268

Tints of Bandicoot #858268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.42%

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

R = 36.24%
G = 35.42%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#858268 (or 0x858268) is known color: Bandicoot. HEX triplet: 85, 82 and 68. RGB value is (133,130,104). Sum of RGB (Red+Green+Blue) = 133+130+104=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 133 - color contains mainly: red. Hex color #858268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858268 is #7A7D97. Grayscale: #808080. Windows color (decimal): -8027544 or 6849157. OLE color: 6849157.

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

Color convert

RGB 133 130 104 -
CMYK 0 0.02 0.22 0.48
HSL 53.79º 0.12% 0.46% -
HSV(B) 53.79º 0.22% 0.52% -
XYZ 20.15 21.95 16.27 -
YUV 127.93 114.49 131.61 -
System Red Green Blue C M Y K H S L
Decimal 133 130 104 0 0.02 0.22 0.48 53.79 0.12 0.46
Hex 85 82 68 0 2 16 30 36 C 2E
Octal 205 202 150 0 2 26 60 66 14 56
Binary 10000101 10000010 1101000 0 10 10110 110000 110110 1100 101110

Color Harmonies of #858268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858268

Black with #858268

Text Example


Text Example

White with #858268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858268; }

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

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

background-color css

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

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

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

border-color css

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

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

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