Shades of Dark Tan #9C624B
Tints of Dark Tan #9C624B
RGB
CMYK
RGB Variations
Color information
#9C624B (or 0x9C624B) is known color: Dark Tan. HEX triplet: 9C, 62 and 4B. RGB value is (156,98,75). Sum of RGB (Red+Green+Blue) = 156+98+75=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C624B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C624B is #639DB4. Grayscale: #707070. Windows color (decimal): -6528437 or 4940444. OLE color: 4940444.
HSL color Cylindrical-coordinate representation of color #9C624B: hue angle of 17.04º 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 #9C624B is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 98 | 75 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.39 |
| HSL | 17.04º | 0.35% | 0.45% | - |
| HSV(B) | 17.04º | 0.52% | 0.61% | - |
| XYZ | 19.35 | 16.31 | 8.79 | - |
| YUV | 112.72 | 106.72 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 98 | 75 | 0 | 0.37 | 0.52 | 0.39 | 17.04 | 0.35 | 0.45 |
| Hex | 9C | 62 | 4B | 0 | 25 | 34 | 27 | 11 | 23 | 2D |
| Octal | 234 | 142 | 113 | 0 | 45 | 64 | 47 | 21 | 43 | 55 |
| Binary | 10011100 | 1100010 | 1001011 | 0 | 100101 | 110100 | 100111 | 10001 | 100011 | 101101 |
Color Harmonies of #9C624B
Complementary color
Monochromatic Colors of #9C624B
Black with #9C624B
Text Example
Text Example
White with #9C624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C624B; }
p { color: rgb(156,98,75); }
H1.HeaderClassName
{
color: #9C624B;
}
.AnyTagClassName
{
color: #9C624B;
}
</style>
background-color css
<style>
a { background-color: #9C624B; }
a { background-color: rgb(156,98,75); }
div.DivClassName
{
background-color: #9C624B;
}
.BgClassName
{
background-color: #9C624B;
}
</style>
border-color css
<style>
span { border-color: #9C624B; }
span { border-color: rgb(156,98,75); }
td.TdClassName
{
border-color: #9C624B;
}
.TagClassName
{
border-color: #9C624B;
}
</style>