#867161

Color #867161 Donkey Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Donkey Brown #867161

Tints of Donkey Brown #867161

Color information

#867161 (or 0x867161) is unknown color: approx Donkey Brown. HEX triplet: 86, 71 and 61. RGB value is (134,113,97). Sum of RGB (Red+Green+Blue) = 134+113+97=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #867161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867161 is #798E9E. Grayscale: #757575. Windows color (decimal): -7966367 or 6386054. OLE color: 6386054.

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

Color convert

RGB13411397-
CMYK00.160.280.47
HSL25.95º16.02%45.29%-
HSV(B)25.95º27.61%52.55%-
XYZ17.8917.7413.79-
YUV117.45116.46139.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 113 (44.53% from 255) = 32.85%
BLUE value IS 97 (38.28% from 255) = 28.20%
R=38.95%
G=32.85%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341139700.160.280.4725.9516.0245.29
Hex8671610101C2F1a102d
Octal2061611410203457322055
Binary1000011011100011100001010000111001011111101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867161; }

 p { color: rgb(134,113,97); }

 H1.HeaderClassName
 {
   color: #867161;
 }
 .AnyTagClassName
 {
   color: #867161;
 }
</style>
background-color css

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

 a { background-color: rgb(134,113,97); }

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

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

 span { border-color: rgb(134,113,97); }

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