Shades of Tenne (Tawny) #C96C07
Tints of Tenne (Tawny) #C96C07
RGB
CMYK
RGB Variations
Color information
#C96C07 (or 0xC96C07) is known color: Tenne (Tawny). HEX triplet: C9, 6C and 07. RGB value is (201,108,7). Sum of RGB (Red+Green+Blue) = 201+108+7=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 7 (3.12% from 255 or 2.22% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96C07 is #3693F8. Grayscale: #7C7C7C. Windows color (decimal): -3576825 or 486601. OLE color: 486601.
HSL color Cylindrical-coordinate representation of color #C96C07: hue angle of 31.24º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C96C07 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 7 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.21 |
| HSL | 31.24º | 0.93% | 0.41% | - |
| HSV(B) | 31.24º | 0.97% | 0.79% | - |
| XYZ | 29.49 | 23.16 | 3.12 | - |
| YUV | 124.29 | 61.81 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 7 | 0 | 0.46 | 0.97 | 0.21 | 31.24 | 0.93 | 0.41 |
| Hex | C9 | 6C | 7 | 0 | 2E | 61 | 15 | 1F | 5D | 29 |
| Octal | 311 | 154 | 7 | 0 | 56 | 141 | 25 | 37 | 135 | 51 |
| Binary | 11001001 | 1101100 | 111 | 0 | 101110 | 1100001 | 10101 | 11111 | 1011101 | 101001 |
Color Harmonies of #C96C07
Complementary color
Monochromatic Colors of #C96C07
Black with #C96C07
Text Example
Text Example
White with #C96C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96C07; }
p { color: rgb(201,108,7); }
H1.HeaderClassName
{
color: #C96C07;
}
.AnyTagClassName
{
color: #C96C07;
}
</style>
background-color css
<style>
a { background-color: #C96C07; }
a { background-color: rgb(201,108,7); }
div.DivClassName
{
background-color: #C96C07;
}
.BgClassName
{
background-color: #C96C07;
}
</style>
border-color css
<style>
span { border-color: #C96C07; }
span { border-color: rgb(201,108,7); }
td.TdClassName
{
border-color: #C96C07;
}
.TagClassName
{
border-color: #C96C07;
}
</style>