Shades of Tenne (Tawny) #D6630B
Tints of Tenne (Tawny) #D6630B
RGB
CMYK
RGB Variations
Color information
#D6630B (or 0xD6630B) is known color: Tenne (Tawny). HEX triplet: D6, 63 and 0B. RGB value is (214,99,11). Sum of RGB (Red+Green+Blue) = 214+99+11=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D6630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6630B is #299CF4. Grayscale: #7B7B7B. Windows color (decimal): -2727157 or 746454. OLE color: 746454.
HSL color Cylindrical-coordinate representation of color #D6630B: hue angle of 26.01º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6630B is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 99 | 11 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.16 |
| HSL | 26.01º | 0.9% | 0.44% | - |
| HSV(B) | 26.01º | 0.95% | 0.84% | - |
| XYZ | 32.25 | 23.24 | 3.1 | - |
| YUV | 123.35 | 64.6 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 11 | 0 | 0.54 | 0.95 | 0.16 | 26.01 | 0.9 | 0.44 |
| Hex | D6 | 63 | B | 0 | 36 | 5F | 10 | 1A | 5A | 2C |
| Octal | 326 | 143 | 13 | 0 | 66 | 137 | 20 | 32 | 132 | 54 |
| Binary | 11010110 | 1100011 | 1011 | 0 | 110110 | 1011111 | 10000 | 11010 | 1011010 | 101100 |
Color Harmonies of #D6630B
Complementary color
Monochromatic Colors of #D6630B
Black with #D6630B
Text Example
Text Example
White with #D6630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6630B; }
p { color: rgb(214,99,11); }
H1.HeaderClassName
{
color: #D6630B;
}
.AnyTagClassName
{
color: #D6630B;
}
</style>
background-color css
<style>
a { background-color: #D6630B; }
a { background-color: rgb(214,99,11); }
div.DivClassName
{
background-color: #D6630B;
}
.BgClassName
{
background-color: #D6630B;
}
</style>
border-color css
<style>
span { border-color: #D6630B; }
span { border-color: rgb(214,99,11); }
td.TdClassName
{
border-color: #D6630B;
}
.TagClassName
{
border-color: #D6630B;
}
</style>