Shades of Tenne (Tawny) #C76508
Tints of Tenne (Tawny) #C76508
RGB
CMYK
RGB Variations
Color information
#C76508 (or 0xC76508) is known color: Tenne (Tawny). HEX triplet: C7, 65 and 08. RGB value is (199,101,8). Sum of RGB (Red+Green+Blue) = 199+101+8=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C76508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76508 is #389AF7. Grayscale: #787878. Windows color (decimal): -3709688 or 550343. OLE color: 550343.
HSL color Cylindrical-coordinate representation of color #C76508: hue angle of 29.21º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C76508 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 8 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.22 |
| HSL | 29.21º | 0.92% | 0.41% | - |
| HSV(B) | 29.21º | 0.96% | 0.78% | - |
| XYZ | 28.25 | 21.47 | 2.88 | - |
| YUV | 119.7 | 64.97 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 8 | 0 | 0.49 | 0.96 | 0.22 | 29.21 | 0.92 | 0.41 |
| Hex | C7 | 65 | 8 | 0 | 31 | 60 | 16 | 1D | 5C | 29 |
| Octal | 307 | 145 | 10 | 0 | 61 | 140 | 26 | 35 | 134 | 51 |
| Binary | 11000111 | 1100101 | 1000 | 0 | 110001 | 1100000 | 10110 | 11101 | 1011100 | 101001 |
Color Harmonies of #C76508
Complementary color
Monochromatic Colors of #C76508
Black with #C76508
Text Example
Text Example
White with #C76508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76508; }
p { color: rgb(199,101,8); }
H1.HeaderClassName
{
color: #C76508;
}
.AnyTagClassName
{
color: #C76508;
}
</style>
background-color css
<style>
a { background-color: #C76508; }
a { background-color: rgb(199,101,8); }
div.DivClassName
{
background-color: #C76508;
}
.BgClassName
{
background-color: #C76508;
}
</style>
border-color css
<style>
span { border-color: #C76508; }
span { border-color: rgb(199,101,8); }
td.TdClassName
{
border-color: #C76508;
}
.TagClassName
{
border-color: #C76508;
}
</style>