Shades of Afghan Tan #955B26
Tints of Afghan Tan #955B26
RGB
CMYK
RGB Variations
Color information
#955B26 (or 0x955B26) is known color: Afghan Tan. HEX triplet: 95, 5B and 26. RGB value is (149,91,38). Sum of RGB (Red+Green+Blue) = 149+91+38=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #955B26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955B26 is #6AA4D9. Grayscale: #666666. Windows color (decimal): -6989018 or 2513813. OLE color: 2513813.
HSL color Cylindrical-coordinate representation of color #955B26: hue angle of 28.65º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #955B26 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 91 | 38 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.42 |
| HSL | 28.65º | 0.59% | 0.37% | - |
| HSV(B) | 28.65º | 0.74% | 0.58% | - |
| XYZ | 16.49 | 14.01 | 3.67 | - |
| YUV | 102.3 | 91.72 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 38 | 0 | 0.39 | 0.74 | 0.42 | 28.65 | 0.59 | 0.37 |
| Hex | 95 | 5B | 26 | 0 | 27 | 4A | 2A | 1D | 3B | 25 |
| Octal | 225 | 133 | 46 | 0 | 47 | 112 | 52 | 35 | 73 | 45 |
| Binary | 10010101 | 1011011 | 100110 | 0 | 100111 | 1001010 | 101010 | 11101 | 111011 | 100101 |
Color Harmonies of #955B26
Complementary color
Monochromatic Colors of #955B26
Black with #955B26
Text Example
Text Example
White with #955B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955B26; }
p { color: rgb(149,91,38); }
H1.HeaderClassName
{
color: #955B26;
}
.AnyTagClassName
{
color: #955B26;
}
</style>
background-color css
<style>
a { background-color: #955B26; }
a { background-color: rgb(149,91,38); }
div.DivClassName
{
background-color: #955B26;
}
.BgClassName
{
background-color: #955B26;
}
</style>
border-color css
<style>
span { border-color: #955B26; }
span { border-color: rgb(149,91,38); }
td.TdClassName
{
border-color: #955B26;
}
.TagClassName
{
border-color: #955B26;
}
</style>