Shades of Cognac #97463F
Tints of Cognac #97463F
RGB
CMYK
RGB Variations
Color information
#97463F (or 0x97463F) is known color: Cognac. HEX triplet: 97, 46 and 3F. RGB value is (151,70,63). Sum of RGB (Red+Green+Blue) = 151+70+63=284 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.17% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 151 - color contains mainly: red. Hex color #97463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97463F is #68B9C0. Grayscale: #5D5D5D. Windows color (decimal): -6863297 or 4146839. OLE color: 4146839.
HSL color Cylindrical-coordinate representation of color #97463F: hue angle of 4.77º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #97463F is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 70 | 63 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.41 |
| HSL | 4.77º | 0.41% | 0.42% | - |
| HSV(B) | 4.77º | 0.58% | 0.59% | - |
| XYZ | 15.85 | 11.32 | 6.05 | - |
| YUV | 93.42 | 110.84 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 70 | 63 | 0 | 0.54 | 0.58 | 0.41 | 4.77 | 0.41 | 0.42 |
| Hex | 97 | 46 | 3F | 0 | 36 | 3A | 29 | 5 | 29 | 2A |
| Octal | 227 | 106 | 77 | 0 | 66 | 72 | 51 | 5 | 51 | 52 |
| Binary | 10010111 | 1000110 | 111111 | 0 | 110110 | 111010 | 101001 | 101 | 101001 | 101010 |
Color Harmonies of #97463F
Complementary color
Monochromatic Colors of #97463F
Black with #97463F
Text Example
Text Example
White with #97463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97463F; }
p { color: rgb(151,70,63); }
H1.HeaderClassName
{
color: #97463F;
}
.AnyTagClassName
{
color: #97463F;
}
</style>
background-color css
<style>
a { background-color: #97463F; }
a { background-color: rgb(151,70,63); }
div.DivClassName
{
background-color: #97463F;
}
.BgClassName
{
background-color: #97463F;
}
</style>
border-color css
<style>
span { border-color: #97463F; }
span { border-color: rgb(151,70,63); }
td.TdClassName
{
border-color: #97463F;
}
.TagClassName
{
border-color: #97463F;
}
</style>