Shades of Afghan Tan #996427
Tints of Afghan Tan #996427
RGB
CMYK
RGB Variations
Color information
#996427 (or 0x996427) is known color: Afghan Tan. HEX triplet: 99, 64 and 27. RGB value is (153,100,39). Sum of RGB (Red+Green+Blue) = 153+100+39=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #996427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996427 is #669BD8. Grayscale: #6D6D6D. Windows color (decimal): -6724569 or 2581657. OLE color: 2581657.
HSL color Cylindrical-coordinate representation of color #996427: hue angle of 32.11º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #996427 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 39 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.4 |
| HSL | 32.11º | 0.59% | 0.38% | - |
| HSV(B) | 32.11º | 0.75% | 0.6% | - |
| XYZ | 18.06 | 16.03 | 4.06 | - |
| YUV | 108.89 | 88.56 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 39 | 0 | 0.35 | 0.75 | 0.4 | 32.11 | 0.59 | 0.38 |
| Hex | 99 | 64 | 27 | 0 | 23 | 4B | 28 | 20 | 3B | 26 |
| Octal | 231 | 144 | 47 | 0 | 43 | 113 | 50 | 40 | 73 | 46 |
| Binary | 10011001 | 1100100 | 100111 | 0 | 100011 | 1001011 | 101000 | 100000 | 111011 | 100110 |
Color Harmonies of #996427
Complementary color
Monochromatic Colors of #996427
Black with #996427
Text Example
Text Example
White with #996427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996427; }
p { color: rgb(153,100,39); }
H1.HeaderClassName
{
color: #996427;
}
.AnyTagClassName
{
color: #996427;
}
</style>
background-color css
<style>
a { background-color: #996427; }
a { background-color: rgb(153,100,39); }
div.DivClassName
{
background-color: #996427;
}
.BgClassName
{
background-color: #996427;
}
</style>
border-color css
<style>
span { border-color: #996427; }
span { border-color: rgb(153,100,39); }
td.TdClassName
{
border-color: #996427;
}
.TagClassName
{
border-color: #996427;
}
</style>