#8A6F5A

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

Shades of Donkey Brown #8A6F5A

Tints of Donkey Brown #8A6F5A

Color information

#8A6F5A (or 0x8A6F5A) is unknown color: approx Donkey Brown. HEX triplet: 8A, 6F and 5A. RGB value is (138,111,90). Sum of RGB (Red+Green+Blue) = 138+111+90=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6F5A is #7590A5. Grayscale: #747474. Windows color (decimal): -7704742 or 5926794. OLE color: 5926794.

HSL color Cylindrical-coordinate representation of color #8A6F5A: hue angle of 26.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A6F5A is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB13811190-
CMYK00.200.350.46
HSL26.25º21.05%44.71%-
HSV(B)26.25º34.78%54.12%-
XYZ18.0117.5112.1-
YUV116.68112.95143.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.71%
GREEN value IS 111 (43.75% from 255) = 32.74%
BLUE value IS 90 (35.55% from 255) = 26.55%
R=40.71%
G=32.74%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381119000.200.350.4626.2521.0544.71
Hex8A6F5A014232E1a152d
Octal2121571320244356322555
Binary10001010110111110110100101001000111011101101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A6F5A; }

 p { color: rgb(138,111,90); }

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

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

 a { background-color: rgb(138,111,90); }

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

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

 span { border-color: rgb(138,111,90); }

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