Shades of Cognac #98433D
Tints of Cognac #98433D
RGB
CMYK
RGB Variations
Color information
#98433D (or 0x98433D) is known color: Cognac. HEX triplet: 98, 43 and 3D. RGB value is (152,67,61). Sum of RGB (Red+Green+Blue) = 152+67+61=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #98433D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98433D is #67BCC2. Grayscale: #5B5B5B. Windows color (decimal): -6798531 or 4015000. OLE color: 4015000.
HSL color Cylindrical-coordinate representation of color #98433D: hue angle of 3.96º 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 #98433D is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 67 | 61 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.40 |
| HSL | 3.96º | 0.43% | 0.42% | - |
| HSV(B) | 3.96º | 0.6% | 0.6% | - |
| XYZ | 15.8 | 11.03 | 5.71 | - |
| YUV | 91.73 | 110.66 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 61 | 0 | 0.56 | 0.60 | 0.40 | 3.96 | 0.43 | 0.42 |
| Hex | 98 | 43 | 3D | 0 | 38 | 3C | 28 | 4 | 2B | 2A |
| Octal | 230 | 103 | 75 | 0 | 70 | 74 | 50 | 4 | 53 | 52 |
| Binary | 10011000 | 1000011 | 111101 | 0 | 111000 | 111100 | 101000 | 100 | 101011 | 101010 |
Color Harmonies of #98433D
Complementary color
Monochromatic Colors of #98433D
Black with #98433D
Text Example
Text Example
White with #98433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98433D; }
p { color: rgb(152,67,61); }
H1.HeaderClassName
{
color: #98433D;
}
.AnyTagClassName
{
color: #98433D;
}
</style>
background-color css
<style>
a { background-color: #98433D; }
a { background-color: rgb(152,67,61); }
div.DivClassName
{
background-color: #98433D;
}
.BgClassName
{
background-color: #98433D;
}
</style>
border-color css
<style>
span { border-color: #98433D; }
span { border-color: rgb(152,67,61); }
td.TdClassName
{
border-color: #98433D;
}
.TagClassName
{
border-color: #98433D;
}
</style>