Shades of Tenne (Tawny) #D3600B
Tints of Tenne (Tawny) #D3600B
RGB
CMYK
RGB Variations
Color information
#D3600B (or 0xD3600B) is known color: Tenne (Tawny). HEX triplet: D3, 60 and 0B. RGB value is (211,96,11). Sum of RGB (Red+Green+Blue) = 211+96+11=318 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.35% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 211 - color contains mainly: red. Hex color #D3600B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3600B is #2C9FF4. Grayscale: #797979. Windows color (decimal): -2924533 or 745683. OLE color: 745683.
HSL color Cylindrical-coordinate representation of color #D3600B: hue angle of 25.5º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3600B is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 11 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.17 |
| HSL | 25.5º | 0.9% | 0.44% | - |
| HSV(B) | 25.5º | 0.95% | 0.83% | - |
| XYZ | 31.11 | 22.24 | 2.97 | - |
| YUV | 120.7 | 66.1 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 11 | 0 | 0.55 | 0.95 | 0.17 | 25.5 | 0.9 | 0.44 |
| Hex | D3 | 60 | B | 0 | 37 | 5F | 11 | 1A | 5A | 2C |
| Octal | 323 | 140 | 13 | 0 | 67 | 137 | 21 | 32 | 132 | 54 |
| Binary | 11010011 | 1100000 | 1011 | 0 | 110111 | 1011111 | 10001 | 11010 | 1011010 | 101100 |
Color Harmonies of #D3600B
Complementary color
Monochromatic Colors of #D3600B
Black with #D3600B
Text Example
Text Example
White with #D3600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3600B; }
p { color: rgb(211,96,11); }
H1.HeaderClassName
{
color: #D3600B;
}
.AnyTagClassName
{
color: #D3600B;
}
</style>
background-color css
<style>
a { background-color: #D3600B; }
a { background-color: rgb(211,96,11); }
div.DivClassName
{
background-color: #D3600B;
}
.BgClassName
{
background-color: #D3600B;
}
</style>
border-color css
<style>
span { border-color: #D3600B; }
span { border-color: rgb(211,96,11); }
td.TdClassName
{
border-color: #D3600B;
}
.TagClassName
{
border-color: #D3600B;
}
</style>