Shades of Afghan Tan #975E26
Tints of Afghan Tan #975E26
RGB
CMYK
RGB Variations
Color information
#975E26 (or 0x975E26) is known color: Afghan Tan. HEX triplet: 97, 5E and 26. RGB value is (151,94,38). Sum of RGB (Red+Green+Blue) = 151+94+38=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #975E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975E26 is #68A1D9. Grayscale: #686868. Windows color (decimal): -6857178 or 2514583. OLE color: 2514583.
HSL color Cylindrical-coordinate representation of color #975E26: hue angle of 29.73º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #975E26 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 94 | 38 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.41 |
| HSL | 29.73º | 0.6% | 0.37% | - |
| HSV(B) | 29.73º | 0.75% | 0.59% | - |
| XYZ | 17.12 | 14.72 | 3.77 | - |
| YUV | 104.66 | 90.38 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 94 | 38 | 0 | 0.38 | 0.75 | 0.41 | 29.73 | 0.6 | 0.37 |
| Hex | 97 | 5E | 26 | 0 | 26 | 4B | 29 | 1E | 3C | 25 |
| Octal | 227 | 136 | 46 | 0 | 46 | 113 | 51 | 36 | 74 | 45 |
| Binary | 10010111 | 1011110 | 100110 | 0 | 100110 | 1001011 | 101001 | 11110 | 111100 | 100101 |
Color Harmonies of #975E26
Complementary color
Monochromatic Colors of #975E26
Black with #975E26
Text Example
Text Example
White with #975E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975E26; }
p { color: rgb(151,94,38); }
H1.HeaderClassName
{
color: #975E26;
}
.AnyTagClassName
{
color: #975E26;
}
</style>
background-color css
<style>
a { background-color: #975E26; }
a { background-color: rgb(151,94,38); }
div.DivClassName
{
background-color: #975E26;
}
.BgClassName
{
background-color: #975E26;
}
</style>
border-color css
<style>
span { border-color: #975E26; }
span { border-color: rgb(151,94,38); }
td.TdClassName
{
border-color: #975E26;
}
.TagClassName
{
border-color: #975E26;
}
</style>