Shades of Cognac #99463F
Tints of Cognac #99463F
RGB
CMYK
RGB Variations
Color information
#99463F (or 0x99463F) is known color: Cognac. HEX triplet: 99, 46 and 3F. RGB value is (153,70,63). Sum of RGB (Red+Green+Blue) = 153+70+63=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #99463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99463F is #66B9C0. Grayscale: #5E5E5E. Windows color (decimal): -6732225 or 4146841. OLE color: 4146841.
HSL color Cylindrical-coordinate representation of color #99463F: hue angle of 4.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99463F is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 63 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.4 |
| HSL | 4.67º | 0.42% | 0.42% | - |
| HSV(B) | 4.67º | 0.59% | 0.6% | - |
| XYZ | 16.22 | 11.51 | 6.07 | - |
| YUV | 94.02 | 110.5 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 63 | 0 | 0.54 | 0.59 | 0.4 | 4.67 | 0.42 | 0.42 |
| Hex | 99 | 46 | 3F | 0 | 36 | 3B | 28 | 5 | 2A | 2A |
| Octal | 231 | 106 | 77 | 0 | 66 | 73 | 50 | 5 | 52 | 52 |
| Binary | 10011001 | 1000110 | 111111 | 0 | 110110 | 111011 | 101000 | 101 | 101010 | 101010 |
Color Harmonies of #99463F
Complementary color
Monochromatic Colors of #99463F
Black with #99463F
Text Example
Text Example
White with #99463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99463F; }
p { color: rgb(153,70,63); }
H1.HeaderClassName
{
color: #99463F;
}
.AnyTagClassName
{
color: #99463F;
}
</style>
background-color css
<style>
a { background-color: #99463F; }
a { background-color: rgb(153,70,63); }
div.DivClassName
{
background-color: #99463F;
}
.BgClassName
{
background-color: #99463F;
}
</style>
border-color css
<style>
span { border-color: #99463F; }
span { border-color: rgb(153,70,63); }
td.TdClassName
{
border-color: #99463F;
}
.TagClassName
{
border-color: #99463F;
}
</style>