Shades of Tenne (Tawny) #C76501
Tints of Tenne (Tawny) #C76501
RGB
CMYK
RGB Variations
Color information
#C76501 (or 0xC76501) is known color: Tenne (Tawny). HEX triplet: C7, 65 and 01. RGB value is (199,101,1). Sum of RGB (Red+Green+Blue) = 199+101+1=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C76501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76501 is #389AFE. Grayscale: #777777. Windows color (decimal): -3709695 or 91591. OLE color: 91591.
HSL color Cylindrical-coordinate representation of color #C76501: hue angle of 30.3º 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 #C76501 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 1 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.22 |
| HSL | 30.3º | 0.99% | 0.39% | - |
| HSV(B) | 30.3º | 0.99% | 0.78% | - |
| XYZ | 28.21 | 21.45 | 2.68 | - |
| YUV | 118.9 | 61.47 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 1 | 0 | 0.49 | 0.99 | 0.22 | 30.3 | 0.99 | 0.39 |
| Hex | C7 | 65 | 1 | 0 | 31 | 63 | 16 | 1E | 63 | 27 |
| Octal | 307 | 145 | 1 | 0 | 61 | 143 | 26 | 36 | 143 | 47 |
| Binary | 11000111 | 1100101 | 1 | 0 | 110001 | 1100011 | 10110 | 11110 | 1100011 | 100111 |
Color Harmonies of #C76501
Complementary color
Monochromatic Colors of #C76501
Black with #C76501
Text Example
Text Example
White with #C76501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76501; }
p { color: rgb(199,101,1); }
H1.HeaderClassName
{
color: #C76501;
}
.AnyTagClassName
{
color: #C76501;
}
</style>
background-color css
<style>
a { background-color: #C76501; }
a { background-color: rgb(199,101,1); }
div.DivClassName
{
background-color: #C76501;
}
.BgClassName
{
background-color: #C76501;
}
</style>
border-color css
<style>
span { border-color: #C76501; }
span { border-color: rgb(199,101,1); }
td.TdClassName
{
border-color: #C76501;
}
.TagClassName
{
border-color: #C76501;
}
</style>