Html Css Color HEX #858655 Bandicoot

📋 copy color: '#858655'

red 133 ◦ green 134 ◦ blue 85

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

Shades of Bandicoot #858655

Tints of Bandicoot #858655

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.07%

 BLUE value IS 85 (33.59% from 255) = 24.15%

R = 37.78%
G = 38.07%
B = 24.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#858655 (or 0x858655) is known color: Bandicoot. HEX triplet: 85, 86 and 55. RGB value is (133,134,85). Sum of RGB (Red+Green+Blue) = 133+134+85=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 134 - color contains mainly: green. Hex color #858655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858655 is #7A79AA. Grayscale: #808080. Windows color (decimal): -8026539 or 5604997. OLE color: 5604997.

HSL color Cylindrical-coordinate representation of color #858655: hue angle of 61.22º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #858655 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 134 85 -
CMYK 0.01 0 0.37 0.47
HSL 61.22º 0.22% 0.43% -
HSV(B) 61.22º 0.37% 0.53% -
XYZ 19.84 22.69 11.93 -
YUV 128.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 133 134 85 0.01 0 0.37 0.47 61.22 0.22 0.43
Hex 85 86 55 1 0 25 2F 3D 16 2B
Octal 205 206 125 1 0 45 57 75 26 53
Binary 10000101 10000110 1010101 1 0 100101 101111 111101 10110 101011

Color Harmonies of #858655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858655

Black with #858655

Text Example


Text Example

White with #858655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858655; }

 p { color: rgb(133,134,85); }

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

background-color css

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

 a { background-color: rgb(133,134,85); }

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

border-color css

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

 span { border-color: rgb(133,134,85); }

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