Html Css Color HEX #858269 Bandicoot

📋 copy color: '#858269'

red 133 ◦ green 130 ◦ blue 105

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

Shades of Bandicoot #858269

Tints of Bandicoot #858269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.53%

R = 36.14%
G = 35.33%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#858269 (or 0x858269) is known color: Bandicoot. HEX triplet: 85, 82 and 69. RGB value is (133,130,105). Sum of RGB (Red+Green+Blue) = 133+130+105=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 133 - color contains mainly: red. Hex color #858269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858269 is #7A7D96. Grayscale: #808080. Windows color (decimal): -8027543 or 6914693. OLE color: 6914693.

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

Color convert

RGB 133 130 105 -
CMYK 0 0.02 0.21 0.48
HSL 53.57º 0.12% 0.47% -
HSV(B) 53.57º 0.21% 0.52% -
XYZ 20.21 21.97 16.54 -
YUV 128.05 114.99 131.53 -
System Red Green Blue C M Y K H S L
Decimal 133 130 105 0 0.02 0.21 0.48 53.57 0.12 0.47
Hex 85 82 69 0 2 15 30 36 C 2F
Octal 205 202 151 0 2 25 60 66 14 57
Binary 10000101 10000010 1101001 0 10 10101 110000 110110 1100 101111

Color Harmonies of #858269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858269

Black with #858269

Text Example


Text Example

White with #858269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858269; }

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

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

background-color css

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

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

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

border-color css

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

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

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