Shades of Tenne (Tawny) #C06507
Tints of Tenne (Tawny) #C06507
RGB
CMYK
RGB Variations
Color information
#C06507 (or 0xC06507) is known color: Tenne (Tawny). HEX triplet: C0, 65 and 07. RGB value is (192,101,7). Sum of RGB (Red+Green+Blue) = 192+101+7=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C06507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06507 is #3F9AF8. Grayscale: #757575. Windows color (decimal): -4168441 or 484800. OLE color: 484800.
HSL color Cylindrical-coordinate representation of color #C06507: hue angle of 30.49º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C06507 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 7 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.25 |
| HSL | 30.49º | 0.93% | 0.39% | - |
| HSV(B) | 30.49º | 0.96% | 0.75% | - |
| XYZ | 26.43 | 20.53 | 2.77 | - |
| YUV | 117.49 | 65.65 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 7 | 0 | 0.47 | 0.96 | 0.25 | 30.49 | 0.93 | 0.39 |
| Hex | C0 | 65 | 7 | 0 | 2F | 60 | 19 | 1E | 5D | 27 |
| Octal | 300 | 145 | 7 | 0 | 57 | 140 | 31 | 36 | 135 | 47 |
| Binary | 11000000 | 1100101 | 111 | 0 | 101111 | 1100000 | 11001 | 11110 | 1011101 | 100111 |
Color Harmonies of #C06507
Complementary color
Monochromatic Colors of #C06507
Black with #C06507
Text Example
Text Example
White with #C06507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06507; }
p { color: rgb(192,101,7); }
H1.HeaderClassName
{
color: #C06507;
}
.AnyTagClassName
{
color: #C06507;
}
</style>
background-color css
<style>
a { background-color: #C06507; }
a { background-color: rgb(192,101,7); }
div.DivClassName
{
background-color: #C06507;
}
.BgClassName
{
background-color: #C06507;
}
</style>
border-color css
<style>
span { border-color: #C06507; }
span { border-color: rgb(192,101,7); }
td.TdClassName
{
border-color: #C06507;
}
.TagClassName
{
border-color: #C06507;
}
</style>