Shades of Thunderbird #963D32
Tints of Thunderbird #963D32
RGB
CMYK
RGB Variations
Color information
#963D32 (or 0x963D32) is known color: Thunderbird. HEX triplet: 96, 3D and 32. RGB value is (150,61,50). Sum of RGB (Red+Green+Blue) = 150+61+50=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #963D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963D32 is #69C2CD. Grayscale: #565656. Windows color (decimal): -6931150 or 3292566. OLE color: 3292566.
HSL color Cylindrical-coordinate representation of color #963D32: hue angle of 6.6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963D32 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 61 | 50 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.41 |
| HSL | 6.6º | 0.5% | 0.39% | - |
| HSV(B) | 6.6º | 0.67% | 0.59% | - |
| XYZ | 14.82 | 10.05 | 4.18 | - |
| YUV | 86.36 | 107.49 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 50 | 0 | 0.59 | 0.67 | 0.41 | 6.6 | 0.5 | 0.39 |
| Hex | 96 | 3D | 32 | 0 | 3B | 43 | 29 | 7 | 32 | 27 |
| Octal | 226 | 75 | 62 | 0 | 73 | 103 | 51 | 7 | 62 | 47 |
| Binary | 10010110 | 111101 | 110010 | 0 | 111011 | 1000011 | 101001 | 111 | 110010 | 100111 |
Color Harmonies of #963D32
Complementary color
Monochromatic Colors of #963D32
Black with #963D32
Text Example
Text Example
White with #963D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963D32; }
p { color: rgb(150,61,50); }
H1.HeaderClassName
{
color: #963D32;
}
.AnyTagClassName
{
color: #963D32;
}
</style>
background-color css
<style>
a { background-color: #963D32; }
a { background-color: rgb(150,61,50); }
div.DivClassName
{
background-color: #963D32;
}
.BgClassName
{
background-color: #963D32;
}
</style>
border-color css
<style>
span { border-color: #963D32; }
span { border-color: rgb(150,61,50); }
td.TdClassName
{
border-color: #963D32;
}
.TagClassName
{
border-color: #963D32;
}
</style>