Shades of Dark Tan #9B624B
Tints of Dark Tan #9B624B
RGB
CMYK
RGB Variations
Color information
#9B624B (or 0x9B624B) is known color: Dark Tan. HEX triplet: 9B, 62 and 4B. RGB value is (155,98,75). Sum of RGB (Red+Green+Blue) = 155+98+75=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B624B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B624B is #649DB4. Grayscale: #707070. Windows color (decimal): -6593973 or 4940443. OLE color: 4940443.
HSL color Cylindrical-coordinate representation of color #9B624B: hue angle of 17.25º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B624B is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 98 | 75 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.39 |
| HSL | 17.25º | 0.35% | 0.45% | - |
| HSV(B) | 17.25º | 0.52% | 0.61% | - |
| XYZ | 19.16 | 16.21 | 8.78 | - |
| YUV | 112.42 | 106.88 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 98 | 75 | 0 | 0.37 | 0.52 | 0.39 | 17.25 | 0.35 | 0.45 |
| Hex | 9B | 62 | 4B | 0 | 25 | 34 | 27 | 11 | 23 | 2D |
| Octal | 233 | 142 | 113 | 0 | 45 | 64 | 47 | 21 | 43 | 55 |
| Binary | 10011011 | 1100010 | 1001011 | 0 | 100101 | 110100 | 100111 | 10001 | 100011 | 101101 |
Color Harmonies of #9B624B
Complementary color
Monochromatic Colors of #9B624B
Black with #9B624B
Text Example
Text Example
White with #9B624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B624B; }
p { color: rgb(155,98,75); }
H1.HeaderClassName
{
color: #9B624B;
}
.AnyTagClassName
{
color: #9B624B;
}
</style>
background-color css
<style>
a { background-color: #9B624B; }
a { background-color: rgb(155,98,75); }
div.DivClassName
{
background-color: #9B624B;
}
.BgClassName
{
background-color: #9B624B;
}
</style>
border-color css
<style>
span { border-color: #9B624B; }
span { border-color: rgb(155,98,75); }
td.TdClassName
{
border-color: #9B624B;
}
.TagClassName
{
border-color: #9B624B;
}
</style>