Shades of Cognac #99463D
Tints of Cognac #99463D
RGB
CMYK
RGB Variations
Color information
#99463D (or 0x99463D) is known color: Cognac. HEX triplet: 99, 46 and 3D. RGB value is (153,70,61). Sum of RGB (Red+Green+Blue) = 153+70+61=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #99463D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99463D is #66B9C2. Grayscale: #5D5D5D. Windows color (decimal): -6732227 or 4015769. OLE color: 4015769.
HSL color Cylindrical-coordinate representation of color #99463D: hue angle of 5.87º 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 #99463D is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 61 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.4 |
| HSL | 5.87º | 0.43% | 0.42% | - |
| HSV(B) | 5.87º | 0.6% | 0.6% | - |
| XYZ | 16.17 | 11.49 | 5.78 | - |
| YUV | 93.79 | 109.5 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 61 | 0 | 0.54 | 0.60 | 0.4 | 5.87 | 0.43 | 0.42 |
| Hex | 99 | 46 | 3D | 0 | 36 | 3C | 28 | 6 | 2B | 2A |
| Octal | 231 | 106 | 75 | 0 | 66 | 74 | 50 | 6 | 53 | 52 |
| Binary | 10011001 | 1000110 | 111101 | 0 | 110110 | 111100 | 101000 | 110 | 101011 | 101010 |
Color Harmonies of #99463D
Complementary color
Monochromatic Colors of #99463D
Black with #99463D
Text Example
Text Example
White with #99463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99463D; }
p { color: rgb(153,70,61); }
H1.HeaderClassName
{
color: #99463D;
}
.AnyTagClassName
{
color: #99463D;
}
</style>
background-color css
<style>
a { background-color: #99463D; }
a { background-color: rgb(153,70,61); }
div.DivClassName
{
background-color: #99463D;
}
.BgClassName
{
background-color: #99463D;
}
</style>
border-color css
<style>
span { border-color: #99463D; }
span { border-color: rgb(153,70,61); }
td.TdClassName
{
border-color: #99463D;
}
.TagClassName
{
border-color: #99463D;
}
</style>