Shades of Tenne (Tawny) #C76901
Tints of Tenne (Tawny) #C76901
RGB
CMYK
RGB Variations
Color information
#C76901 (or 0xC76901) is known color: Tenne (Tawny). HEX triplet: C7, 69 and 01. RGB value is (199,105,1). Sum of RGB (Red+Green+Blue) = 199+105+1=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C76901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76901 is #3896FE. Grayscale: #797979. Windows color (decimal): -3708671 or 92615. OLE color: 92615.
HSL color Cylindrical-coordinate representation of color #C76901: hue angle of 31.52º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C76901 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 1 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.22 |
| HSL | 31.52º | 0.99% | 0.39% | - |
| HSV(B) | 31.52º | 0.99% | 0.78% | - |
| XYZ | 28.61 | 22.25 | 2.81 | - |
| YUV | 121.25 | 60.14 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 1 | 0 | 0.47 | 0.99 | 0.22 | 31.52 | 0.99 | 0.39 |
| Hex | C7 | 69 | 1 | 0 | 2F | 63 | 16 | 20 | 63 | 27 |
| Octal | 307 | 151 | 1 | 0 | 57 | 143 | 26 | 40 | 143 | 47 |
| Binary | 11000111 | 1101001 | 1 | 0 | 101111 | 1100011 | 10110 | 100000 | 1100011 | 100111 |
Color Harmonies of #C76901
Complementary color
Monochromatic Colors of #C76901
Black with #C76901
Text Example
Text Example
White with #C76901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76901; }
p { color: rgb(199,105,1); }
H1.HeaderClassName
{
color: #C76901;
}
.AnyTagClassName
{
color: #C76901;
}
</style>
background-color css
<style>
a { background-color: #C76901; }
a { background-color: rgb(199,105,1); }
div.DivClassName
{
background-color: #C76901;
}
.BgClassName
{
background-color: #C76901;
}
</style>
border-color css
<style>
span { border-color: #C76901; }
span { border-color: rgb(199,105,1); }
td.TdClassName
{
border-color: #C76901;
}
.TagClassName
{
border-color: #C76901;
}
</style>