Shades of Afghan Tan #95561D
Tints of Afghan Tan #95561D
RGB
CMYK
RGB Variations
Color information
#95561D (or 0x95561D) is known color: Afghan Tan. HEX triplet: 95, 56 and 1D. RGB value is (149,86,29). Sum of RGB (Red+Green+Blue) = 149+86+29=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #95561D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95561D is #6AA9E2. Grayscale: #626262. Windows color (decimal): -6990307 or 1922709. OLE color: 1922709.
HSL color Cylindrical-coordinate representation of color #95561D: hue angle of 28.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95561D is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 86 | 29 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.42 |
| HSL | 28.5º | 0.67% | 0.35% | - |
| HSV(B) | 28.5º | 0.81% | 0.58% | - |
| XYZ | 15.94 | 13.13 | 2.86 | - |
| YUV | 98.34 | 88.87 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 86 | 29 | 0 | 0.42 | 0.81 | 0.42 | 28.5 | 0.67 | 0.35 |
| Hex | 95 | 56 | 1D | 0 | 2A | 51 | 2A | 1C | 43 | 23 |
| Octal | 225 | 126 | 35 | 0 | 52 | 121 | 52 | 34 | 103 | 43 |
| Binary | 10010101 | 1010110 | 11101 | 0 | 101010 | 1010001 | 101010 | 11100 | 1000011 | 100011 |
Color Harmonies of #95561D
Complementary color
Monochromatic Colors of #95561D
Black with #95561D
Text Example
Text Example
White with #95561D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95561D; }
p { color: rgb(149,86,29); }
H1.HeaderClassName
{
color: #95561D;
}
.AnyTagClassName
{
color: #95561D;
}
</style>
background-color css
<style>
a { background-color: #95561D; }
a { background-color: rgb(149,86,29); }
div.DivClassName
{
background-color: #95561D;
}
.BgClassName
{
background-color: #95561D;
}
</style>
border-color css
<style>
span { border-color: #95561D; }
span { border-color: rgb(149,86,29); }
td.TdClassName
{
border-color: #95561D;
}
.TagClassName
{
border-color: #95561D;
}
</style>