Html Css Color HEX #837060 Donkey Brown

📋 copy color: '#837060'

red 131 ◦ green 112 ◦ blue 96

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

Shades of Donkey Brown #837060

Tints of Donkey Brown #837060

RGB

 RED value IS 131 (51.56% from 255) = 38.64%

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

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

R = 38.64%
G = 33.04%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#837060 (or 0x837060) is known color: Donkey Brown. HEX triplet: 83, 70 and 60. RGB value is (131,112,96). Sum of RGB (Red+Green+Blue) = 131+112+96=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 131 - color contains mainly: red. Hex color #837060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837060 is #7C8F9F. Grayscale: #737373. Windows color (decimal): -8163232 or 6320259. OLE color: 6320259.

HSL color Cylindrical-coordinate representation of color #837060: hue angle of 27.43º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #837060 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 112 96 -
CMYK 0 0.15 0.27 0.49
HSL 27.43º 0.15% 0.45% -
HSV(B) 27.43º 0.27% 0.51% -
XYZ 17.27 17.26 13.49 -
YUV 115.86 116.79 138.8 -
System Red Green Blue C M Y K H S L
Decimal 131 112 96 0 0.15 0.27 0.49 27.43 0.15 0.45
Hex 83 70 60 0 F 1B 31 1B F 2D
Octal 203 160 140 0 17 33 61 33 17 55
Binary 10000011 1110000 1100000 0 1111 11011 110001 11011 1111 101101

Color Harmonies of #837060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837060

Black with #837060

Text Example


Text Example

White with #837060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837060; }

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

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

background-color css

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

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

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

border-color css

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

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

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