Shades of Dark Tan #9F6748
Tints of Dark Tan #9F6748
RGB
CMYK
RGB Variations
Color information
#9F6748 (or 0x9F6748) is known color: Dark Tan. HEX triplet: 9F, 67 and 48. RGB value is (159,103,72). Sum of RGB (Red+Green+Blue) = 159+103+72=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6748 is #6098B7. Grayscale: #747474. Windows color (decimal): -6330552 or 4745119. OLE color: 4745119.
HSL color Cylindrical-coordinate representation of color #9F6748: hue angle of 21.38º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F6748 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 103 | 72 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.38 |
| HSL | 21.38º | 0.38% | 0.45% | - |
| HSV(B) | 21.38º | 0.55% | 0.62% | - |
| XYZ | 20.32 | 17.54 | 8.45 | - |
| YUV | 116.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 72 | 0 | 0.35 | 0.55 | 0.38 | 21.38 | 0.38 | 0.45 |
| Hex | 9F | 67 | 48 | 0 | 23 | 37 | 26 | 15 | 26 | 2D |
| Octal | 237 | 147 | 110 | 0 | 43 | 67 | 46 | 25 | 46 | 55 |
| Binary | 10011111 | 1100111 | 1001000 | 0 | 100011 | 110111 | 100110 | 10101 | 100110 | 101101 |
Color Harmonies of #9F6748
Complementary color
Monochromatic Colors of #9F6748
Black with #9F6748
Text Example
Text Example
White with #9F6748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6748; }
p { color: rgb(159,103,72); }
H1.HeaderClassName
{
color: #9F6748;
}
.AnyTagClassName
{
color: #9F6748;
}
</style>
background-color css
<style>
a { background-color: #9F6748; }
a { background-color: rgb(159,103,72); }
div.DivClassName
{
background-color: #9F6748;
}
.BgClassName
{
background-color: #9F6748;
}
</style>
border-color css
<style>
span { border-color: #9F6748; }
span { border-color: rgb(159,103,72); }
td.TdClassName
{
border-color: #9F6748;
}
.TagClassName
{
border-color: #9F6748;
}
</style>