Html Css Color HEX #857060 Donkey Brown

📋 copy color: '#857060'

red 133 ◦ green 112 ◦ blue 96

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

Shades of Donkey Brown #857060

Tints of Donkey Brown #857060

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.84%

 BLUE value IS 96 (37.89% from 255) = 28.15%

R = 39%
G = 32.84%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#857060 (or 0x857060) is known color: Donkey Brown. HEX triplet: 85, 70 and 60. RGB value is (133,112,96). Sum of RGB (Red+Green+Blue) = 133+112+96=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #857060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857060 is #7A8F9F. Grayscale: #747474. Windows color (decimal): -8032160 or 6320261. OLE color: 6320261.

HSL color Cylindrical-coordinate representation of color #857060: hue angle of 25.95º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #857060 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 112 96 -
CMYK 0 0.16 0.28 0.48
HSL 25.95º 0.16% 0.45% -
HSV(B) 25.95º 0.28% 0.52% -
XYZ 17.58 17.42 13.5 -
YUV 116.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 133 112 96 0 0.16 0.28 0.48 25.95 0.16 0.45
Hex 85 70 60 0 10 1C 30 1A 10 2D
Octal 205 160 140 0 20 34 60 32 20 55
Binary 10000101 1110000 1100000 0 10000 11100 110000 11010 10000 101101

Color Harmonies of #857060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857060

Black with #857060

Text Example


Text Example

White with #857060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857060; }

 p { color: rgb(133,112,96); }

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

background-color css

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

 a { background-color: rgb(133,112,96); }

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

border-color css

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

 span { border-color: rgb(133,112,96); }

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