Shades of Dark Tan #996348
Tints of Dark Tan #996348
RGB
CMYK
RGB Variations
Color information
#996348 (or 0x996348) is known color: Dark Tan. HEX triplet: 99, 63 and 48. RGB value is (153,99,72). Sum of RGB (Red+Green+Blue) = 153+99+72=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #996348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996348 is #669CB7. Grayscale: #707070. Windows color (decimal): -6724792 or 4744089. OLE color: 4744089.
HSL color Cylindrical-coordinate representation of color #996348: hue angle of 20º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #996348 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 72 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.4 |
| HSL | 20º | 0.36% | 0.44% | - |
| HSV(B) | 20º | 0.53% | 0.6% | - |
| XYZ | 18.77 | 16.16 | 8.26 | - |
| YUV | 112.07 | 105.39 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 72 | 0 | 0.35 | 0.53 | 0.4 | 20 | 0.36 | 0.44 |
| Hex | 99 | 63 | 48 | 0 | 23 | 35 | 28 | 14 | 24 | 2C |
| Octal | 231 | 143 | 110 | 0 | 43 | 65 | 50 | 24 | 44 | 54 |
| Binary | 10011001 | 1100011 | 1001000 | 0 | 100011 | 110101 | 101000 | 10100 | 100100 | 101100 |
Color Harmonies of #996348
Complementary color
Monochromatic Colors of #996348
Black with #996348
Text Example
Text Example
White with #996348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996348; }
p { color: rgb(153,99,72); }
H1.HeaderClassName
{
color: #996348;
}
.AnyTagClassName
{
color: #996348;
}
</style>
background-color css
<style>
a { background-color: #996348; }
a { background-color: rgb(153,99,72); }
div.DivClassName
{
background-color: #996348;
}
.BgClassName
{
background-color: #996348;
}
</style>
border-color css
<style>
span { border-color: #996348; }
span { border-color: rgb(153,99,72); }
td.TdClassName
{
border-color: #996348;
}
.TagClassName
{
border-color: #996348;
}
</style>