Shades of Tenne (Tawny) #C46207
Tints of Tenne (Tawny) #C46207
RGB
CMYK
RGB Variations
Color information
#C46207 (or 0xC46207) is known color: Tenne (Tawny). HEX triplet: C4, 62 and 07. RGB value is (196,98,7). Sum of RGB (Red+Green+Blue) = 196+98+7=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C46207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46207 is #3B9DF8. Grayscale: #757575. Windows color (decimal): -3907065 or 484036. OLE color: 484036.
HSL color Cylindrical-coordinate representation of color #C46207: hue angle of 28.89º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C46207 is Cyan = 0, Magento = 0.5, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 7 | - |
| CMYK | 0 | 0.5 | 0.96 | 0.23 |
| HSL | 28.89º | 0.93% | 0.4% | - |
| HSV(B) | 28.89º | 0.96% | 0.77% | - |
| XYZ | 27.17 | 20.49 | 2.72 | - |
| YUV | 116.93 | 65.97 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 7 | 0 | 0.5 | 0.96 | 0.23 | 28.89 | 0.93 | 0.4 |
| Hex | C4 | 62 | 7 | 0 | 32 | 60 | 17 | 1D | 5D | 28 |
| Octal | 304 | 142 | 7 | 0 | 62 | 140 | 27 | 35 | 135 | 50 |
| Binary | 11000100 | 1100010 | 111 | 0 | 110010 | 1100000 | 10111 | 11101 | 1011101 | 101000 |
Color Harmonies of #C46207
Complementary color
Monochromatic Colors of #C46207
Black with #C46207
Text Example
Text Example
White with #C46207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46207; }
p { color: rgb(196,98,7); }
H1.HeaderClassName
{
color: #C46207;
}
.AnyTagClassName
{
color: #C46207;
}
</style>
background-color css
<style>
a { background-color: #C46207; }
a { background-color: rgb(196,98,7); }
div.DivClassName
{
background-color: #C46207;
}
.BgClassName
{
background-color: #C46207;
}
</style>
border-color css
<style>
span { border-color: #C46207; }
span { border-color: rgb(196,98,7); }
td.TdClassName
{
border-color: #C46207;
}
.TagClassName
{
border-color: #C46207;
}
</style>