Html Css Color HEX #856F62 Donkey Brown

📋 copy color: '#856F62'

red 133 ◦ green 111 ◦ blue 98

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

Shades of Donkey Brown #856F62

Tints of Donkey Brown #856F62

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.46%

 BLUE value IS 98 (38.67% from 255) = 28.65%

R = 38.89%
G = 32.46%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#856F62 (or 0x856F62) is known color: Donkey Brown. HEX triplet: 85, 6F and 62. RGB value is (133,111,98). Sum of RGB (Red+Green+Blue) = 133+111+98=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #856F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F62 is #7A909D. Grayscale: #747474. Windows color (decimal): -8032414 or 6451077. OLE color: 6451077.

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

Color convert

RGB 133 111 98 -
CMYK 0 0.17 0.26 0.48
HSL 22.29º 0.15% 0.45% -
HSV(B) 22.29º 0.26% 0.52% -
XYZ 17.56 17.24 13.96 -
YUV 116.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 133 111 98 0 0.17 0.26 0.48 22.29 0.15 0.45
Hex 85 6F 62 0 11 1A 30 16 F 2D
Octal 205 157 142 0 21 32 60 26 17 55
Binary 10000101 1101111 1100010 0 10001 11010 110000 10110 1111 101101

Color Harmonies of #856F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F62

Black with #856F62

Text Example


Text Example

White with #856F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856F62; }

 p { color: rgb(133,111,98); }

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

background-color css

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

 a { background-color: rgb(133,111,98); }

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

border-color css

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

 span { border-color: rgb(133,111,98); }

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