Shades of Tenne (Tawny) #C76601
Tints of Tenne (Tawny) #C76601
RGB
CMYK
RGB Variations
Color information
#C76601 (or 0xC76601) is known color: Tenne (Tawny). HEX triplet: C7, 66 and 01. RGB value is (199,102,1). Sum of RGB (Red+Green+Blue) = 199+102+1=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C76601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76601 is #3899FE. Grayscale: #777777. Windows color (decimal): -3709439 or 91847. OLE color: 91847.
HSL color Cylindrical-coordinate representation of color #C76601: hue angle of 30.61º 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 #C76601 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 1 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.22 |
| HSL | 30.61º | 0.99% | 0.39% | - |
| HSV(B) | 30.61º | 0.99% | 0.78% | - |
| XYZ | 28.31 | 21.65 | 2.71 | - |
| YUV | 119.49 | 61.14 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 1 | 0 | 0.49 | 0.99 | 0.22 | 30.61 | 0.99 | 0.39 |
| Hex | C7 | 66 | 1 | 0 | 31 | 63 | 16 | 1F | 63 | 27 |
| Octal | 307 | 146 | 1 | 0 | 61 | 143 | 26 | 37 | 143 | 47 |
| Binary | 11000111 | 1100110 | 1 | 0 | 110001 | 1100011 | 10110 | 11111 | 1100011 | 100111 |
Color Harmonies of #C76601
Complementary color
Monochromatic Colors of #C76601
Black with #C76601
Text Example
Text Example
White with #C76601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76601; }
p { color: rgb(199,102,1); }
H1.HeaderClassName
{
color: #C76601;
}
.AnyTagClassName
{
color: #C76601;
}
</style>
background-color css
<style>
a { background-color: #C76601; }
a { background-color: rgb(199,102,1); }
div.DivClassName
{
background-color: #C76601;
}
.BgClassName
{
background-color: #C76601;
}
</style>
border-color css
<style>
span { border-color: #C76601; }
span { border-color: rgb(199,102,1); }
td.TdClassName
{
border-color: #C76601;
}
.TagClassName
{
border-color: #C76601;
}
</style>