Shades of Tenne (Tawny) #C46600
Tints of Tenne (Tawny) #C46600
RGB
CMYK
RGB Variations
Color information
#C46600 (or 0xC46600) is known color: Tenne (Tawny). HEX triplet: C4, 66 and 00. RGB value is (196,102,0). Sum of RGB (Red+Green+Blue) = 196+102+0=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C46600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46600 is #3B99FF. Grayscale: #767676. Windows color (decimal): -3906048 or 26308. OLE color: 26308.
HSL color Cylindrical-coordinate representation of color #C46600: hue angle of 31.22º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C46600 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.23 |
| HSL | 31.22º | 1% | 0.38% | - |
| HSV(B) | 31.22º | 1% | 0.77% | - |
| XYZ | 27.52 | 21.24 | 2.65 | - |
| YUV | 118.48 | 61.14 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 0 | 0 | 0.48 | 1 | 0.23 | 31.22 | 1 | 0.38 |
| Hex | C4 | 66 | 0 | 0 | 30 | 64 | 17 | 1F | 64 | 26 |
| Octal | 304 | 146 | 0 | 0 | 60 | 144 | 27 | 37 | 144 | 46 |
| Binary | 11000100 | 1100110 | 0 | 0 | 110000 | 1100100 | 10111 | 11111 | 1100100 | 100110 |
Color Harmonies of #C46600
Complementary color
Monochromatic Colors of #C46600
Black with #C46600
Text Example
Text Example
White with #C46600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46600; }
p { color: rgb(196,102,0); }
H1.HeaderClassName
{
color: #C46600;
}
.AnyTagClassName
{
color: #C46600;
}
</style>
background-color css
<style>
a { background-color: #C46600; }
a { background-color: rgb(196,102,0); }
div.DivClassName
{
background-color: #C46600;
}
.BgClassName
{
background-color: #C46600;
}
</style>
border-color css
<style>
span { border-color: #C46600; }
span { border-color: rgb(196,102,0); }
td.TdClassName
{
border-color: #C46600;
}
.TagClassName
{
border-color: #C46600;
}
</style>