Shades of Cognac #9B433C
Tints of Cognac #9B433C
RGB
CMYK
RGB Variations
Color information
#9B433C (or 0x9B433C) is known color: Cognac. HEX triplet: 9B, 43 and 3C. RGB value is (155,67,60). Sum of RGB (Red+Green+Blue) = 155+67+60=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B433C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B433C is #64BCC3. Grayscale: #5C5C5C. Windows color (decimal): -6601924 or 3949467. OLE color: 3949467.
HSL color Cylindrical-coordinate representation of color #9B433C: hue angle of 4.42º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B433C is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 67 | 60 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.39 |
| HSL | 4.42º | 0.44% | 0.42% | - |
| HSV(B) | 4.42º | 0.61% | 0.61% | - |
| XYZ | 16.34 | 11.31 | 5.6 | - |
| YUV | 92.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 67 | 60 | 0 | 0.57 | 0.61 | 0.39 | 4.42 | 0.44 | 0.42 |
| Hex | 9B | 43 | 3C | 0 | 39 | 3D | 27 | 4 | 2C | 2A |
| Octal | 233 | 103 | 74 | 0 | 71 | 75 | 47 | 4 | 54 | 52 |
| Binary | 10011011 | 1000011 | 111100 | 0 | 111001 | 111101 | 100111 | 100 | 101100 | 101010 |
Color Harmonies of #9B433C
Complementary color
Monochromatic Colors of #9B433C
Black with #9B433C
Text Example
Text Example
White with #9B433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B433C; }
p { color: rgb(155,67,60); }
H1.HeaderClassName
{
color: #9B433C;
}
.AnyTagClassName
{
color: #9B433C;
}
</style>
background-color css
<style>
a { background-color: #9B433C; }
a { background-color: rgb(155,67,60); }
div.DivClassName
{
background-color: #9B433C;
}
.BgClassName
{
background-color: #9B433C;
}
</style>
border-color css
<style>
span { border-color: #9B433C; }
span { border-color: rgb(155,67,60); }
td.TdClassName
{
border-color: #9B433C;
}
.TagClassName
{
border-color: #9B433C;
}
</style>