Shades of Cognac #99473D
Tints of Cognac #99473D
RGB
CMYK
RGB Variations
Color information
#99473D (or 0x99473D) is known color: Cognac. HEX triplet: 99, 47 and 3D. RGB value is (153,71,61). Sum of RGB (Red+Green+Blue) = 153+71+61=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #99473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99473D is #66B8C2. Grayscale: #5E5E5E. Windows color (decimal): -6731971 or 4016025. OLE color: 4016025.
HSL color Cylindrical-coordinate representation of color #99473D: hue angle of 6.52º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99473D is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 71 | 61 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.4 |
| HSL | 6.52º | 0.43% | 0.42% | - |
| HSV(B) | 6.52º | 0.6% | 0.6% | - |
| XYZ | 16.23 | 11.62 | 5.8 | - |
| YUV | 94.38 | 109.17 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 61 | 0 | 0.54 | 0.60 | 0.4 | 6.52 | 0.43 | 0.42 |
| Hex | 99 | 47 | 3D | 0 | 36 | 3C | 28 | 7 | 2B | 2A |
| Octal | 231 | 107 | 75 | 0 | 66 | 74 | 50 | 7 | 53 | 52 |
| Binary | 10011001 | 1000111 | 111101 | 0 | 110110 | 111100 | 101000 | 111 | 101011 | 101010 |
Color Harmonies of #99473D
Complementary color
Monochromatic Colors of #99473D
Black with #99473D
Text Example
Text Example
White with #99473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99473D; }
p { color: rgb(153,71,61); }
H1.HeaderClassName
{
color: #99473D;
}
.AnyTagClassName
{
color: #99473D;
}
</style>
background-color css
<style>
a { background-color: #99473D; }
a { background-color: rgb(153,71,61); }
div.DivClassName
{
background-color: #99473D;
}
.BgClassName
{
background-color: #99473D;
}
</style>
border-color css
<style>
span { border-color: #99473D; }
span { border-color: rgb(153,71,61); }
td.TdClassName
{
border-color: #99473D;
}
.TagClassName
{
border-color: #99473D;
}
</style>