Shades of Tenne (Tawny) #C96708
Tints of Tenne (Tawny) #C96708
RGB
CMYK
RGB Variations
Color information
#C96708 (or 0xC96708) is known color: Tenne (Tawny). HEX triplet: C9, 67 and 08. RGB value is (201,103,8). Sum of RGB (Red+Green+Blue) = 201+103+8=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C96708 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96708 is #3698F7. Grayscale: #797979. Windows color (decimal): -3578104 or 550857. OLE color: 550857.
HSL color Cylindrical-coordinate representation of color #C96708: hue angle of 29.53º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C96708 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 8 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.21 |
| HSL | 29.53º | 0.92% | 0.41% | - |
| HSV(B) | 29.53º | 0.96% | 0.79% | - |
| XYZ | 28.98 | 22.14 | 2.97 | - |
| YUV | 121.47 | 63.97 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 8 | 0 | 0.49 | 0.96 | 0.21 | 29.53 | 0.92 | 0.41 |
| Hex | C9 | 67 | 8 | 0 | 31 | 60 | 15 | 1E | 5C | 29 |
| Octal | 311 | 147 | 10 | 0 | 61 | 140 | 25 | 36 | 134 | 51 |
| Binary | 11001001 | 1100111 | 1000 | 0 | 110001 | 1100000 | 10101 | 11110 | 1011100 | 101001 |
Color Harmonies of #C96708
Complementary color
Monochromatic Colors of #C96708
Black with #C96708
Text Example
Text Example
White with #C96708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96708; }
p { color: rgb(201,103,8); }
H1.HeaderClassName
{
color: #C96708;
}
.AnyTagClassName
{
color: #C96708;
}
</style>
background-color css
<style>
a { background-color: #C96708; }
a { background-color: rgb(201,103,8); }
div.DivClassName
{
background-color: #C96708;
}
.BgClassName
{
background-color: #C96708;
}
</style>
border-color css
<style>
span { border-color: #C96708; }
span { border-color: rgb(201,103,8); }
td.TdClassName
{
border-color: #C96708;
}
.TagClassName
{
border-color: #C96708;
}
</style>