Shades of Tenne (Tawny) #C65D07
Tints of Tenne (Tawny) #C65D07
RGB
CMYK
RGB Variations
Color information
#C65D07 (or 0xC65D07) is known color: Tenne (Tawny). HEX triplet: C6, 5D and 07. RGB value is (198,93,7). Sum of RGB (Red+Green+Blue) = 198+93+7=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 7 (3.12% from 255 or 2.35% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65D07 is #39A2F8. Grayscale: #737373. Windows color (decimal): -3777273 or 482758. OLE color: 482758.
HSL color Cylindrical-coordinate representation of color #C65D07: hue angle of 27.02º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C65D07 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 93 | 7 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.22 |
| HSL | 27.02º | 0.93% | 0.4% | - |
| HSV(B) | 27.02º | 0.96% | 0.78% | - |
| XYZ | 27.24 | 19.85 | 2.6 | - |
| YUV | 114.59 | 67.29 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 7 | 0 | 0.53 | 0.96 | 0.22 | 27.02 | 0.93 | 0.4 |
| Hex | C6 | 5D | 7 | 0 | 35 | 60 | 16 | 1B | 5D | 28 |
| Octal | 306 | 135 | 7 | 0 | 65 | 140 | 26 | 33 | 135 | 50 |
| Binary | 11000110 | 1011101 | 111 | 0 | 110101 | 1100000 | 10110 | 11011 | 1011101 | 101000 |
Color Harmonies of #C65D07
Complementary color
Monochromatic Colors of #C65D07
Black with #C65D07
Text Example
Text Example
White with #C65D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65D07; }
p { color: rgb(198,93,7); }
H1.HeaderClassName
{
color: #C65D07;
}
.AnyTagClassName
{
color: #C65D07;
}
</style>
background-color css
<style>
a { background-color: #C65D07; }
a { background-color: rgb(198,93,7); }
div.DivClassName
{
background-color: #C65D07;
}
.BgClassName
{
background-color: #C65D07;
}
</style>
border-color css
<style>
span { border-color: #C65D07; }
span { border-color: rgb(198,93,7); }
td.TdClassName
{
border-color: #C65D07;
}
.TagClassName
{
border-color: #C65D07;
}
</style>