Html Css Color HEX #807062 Donkey Brown

📋 copy color: '#807062'

red 128 ◦ green 112 ◦ blue 98

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

Shades of Donkey Brown #807062

Tints of Donkey Brown #807062

RGB

 RED value IS 128 (50.39% from 255) = 37.87%

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

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

R = 37.87%
G = 33.14%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#807062 (or 0x807062) is known color: Donkey Brown. HEX triplet: 80, 70 and 62. RGB value is (128,112,98). Sum of RGB (Red+Green+Blue) = 128+112+98=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #807062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807062 is #7F8F9D. Grayscale: #737373. Windows color (decimal): -8359838 or 6451328. OLE color: 6451328.

HSL color Cylindrical-coordinate representation of color #807062: hue angle of 28º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #807062 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 112 98 -
CMYK 0 0.12 0.23 0.50
HSL 28º 0.13% 0.44% -
HSV(B) 28º 0.23% 0.5% -
XYZ 16.9 17.06 13.96 -
YUV 115.19 118.3 137.14 -
System Red Green Blue C M Y K H S L
Decimal 128 112 98 0 0.12 0.23 0.50 28 0.13 0.44
Hex 80 70 62 0 C 17 32 1C D 2C
Octal 200 160 142 0 14 27 62 34 15 54
Binary 10000000 1110000 1100010 0 1100 10111 110010 11100 1101 101100

Color Harmonies of #807062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807062

Black with #807062

Text Example


Text Example

White with #807062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807062; }

 p { color: rgb(128,112,98); }

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

background-color css

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

 a { background-color: rgb(128,112,98); }

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

border-color css

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

 span { border-color: rgb(128,112,98); }

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