Html Css Color HEX #858369 Bandicoot

📋 copy color: '#858369'

red 133 ◦ green 131 ◦ blue 105

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

Shades of Bandicoot #858369

Tints of Bandicoot #858369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.5%

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

R = 36.04%
G = 35.5%
B = 28.46%

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

#858369 (or 0x858369) is known color: Bandicoot. HEX triplet: 85, 83 and 69. RGB value is (133,131,105). Sum of RGB (Red+Green+Blue) = 133+131+105=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 133 - color contains mainly: red. Hex color #858369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858369 is #7A7C96. Grayscale: #808080. Windows color (decimal): -8027287 or 6914949. OLE color: 6914949.

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

Color convert

RGB 133 131 105 -
CMYK 0 0.02 0.21 0.48
HSL 55.71º 0.12% 0.47% -
HSV(B) 55.71º 0.21% 0.52% -
XYZ 20.34 22.24 16.59 -
YUV 128.63 114.66 131.11 -
System Red Green Blue C M Y K H S L
Decimal 133 131 105 0 0.02 0.21 0.48 55.71 0.12 0.47
Hex 85 83 69 0 2 15 30 38 C 2F
Octal 205 203 151 0 2 25 60 70 14 57
Binary 10000101 10000011 1101001 0 10 10101 110000 111000 1100 101111

Color Harmonies of #858369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858369

Black with #858369

Text Example


Text Example

White with #858369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858369; }

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

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

background-color css

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

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

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

border-color css

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

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

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