Shades of Tenne (Tawny) #C76907
Tints of Tenne (Tawny) #C76907
RGB
CMYK
RGB Variations
Color information
#C76907 (or 0xC76907) is known color: Tenne (Tawny). HEX triplet: C7, 69 and 07. RGB value is (199,105,7). Sum of RGB (Red+Green+Blue) = 199+105+7=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C76907 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76907 is #3896F8. Grayscale: #7A7A7A. Windows color (decimal): -3708665 or 485831. OLE color: 485831.
HSL color Cylindrical-coordinate representation of color #C76907: hue angle of 30.63º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C76907 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 7 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.22 |
| HSL | 30.63º | 0.93% | 0.4% | - |
| HSV(B) | 30.63º | 0.96% | 0.78% | - |
| XYZ | 28.64 | 22.26 | 2.99 | - |
| YUV | 121.93 | 63.14 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 7 | 0 | 0.47 | 0.96 | 0.22 | 30.63 | 0.93 | 0.4 |
| Hex | C7 | 69 | 7 | 0 | 2F | 60 | 16 | 1F | 5D | 28 |
| Octal | 307 | 151 | 7 | 0 | 57 | 140 | 26 | 37 | 135 | 50 |
| Binary | 11000111 | 1101001 | 111 | 0 | 101111 | 1100000 | 10110 | 11111 | 1011101 | 101000 |
Color Harmonies of #C76907
Complementary color
Monochromatic Colors of #C76907
Black with #C76907
Text Example
Text Example
White with #C76907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76907; }
p { color: rgb(199,105,7); }
H1.HeaderClassName
{
color: #C76907;
}
.AnyTagClassName
{
color: #C76907;
}
</style>
background-color css
<style>
a { background-color: #C76907; }
a { background-color: rgb(199,105,7); }
div.DivClassName
{
background-color: #C76907;
}
.BgClassName
{
background-color: #C76907;
}
</style>
border-color css
<style>
span { border-color: #C76907; }
span { border-color: rgb(199,105,7); }
td.TdClassName
{
border-color: #C76907;
}
.TagClassName
{
border-color: #C76907;
}
</style>