Shades of Tenne (Tawny) #C65F0D
Tints of Tenne (Tawny) #C65F0D
RGB
CMYK
RGB Variations
Color information
#C65F0D (or 0xC65F0D) is known color: Tenne (Tawny). HEX triplet: C6, 5F and 0D. RGB value is (198,95,13). Sum of RGB (Red+Green+Blue) = 198+95+13=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65F0D is #39A0F2. Grayscale: #747474. Windows color (decimal): -3776755 or 876486. OLE color: 876486.
HSL color Cylindrical-coordinate representation of color #C65F0D: hue angle of 26.59º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C65F0D is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 13 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.22 |
| HSL | 26.59º | 0.88% | 0.41% | - |
| HSV(B) | 26.59º | 0.93% | 0.78% | - |
| XYZ | 27.45 | 20.22 | 2.84 | - |
| YUV | 116.45 | 69.62 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 13 | 0 | 0.52 | 0.93 | 0.22 | 26.59 | 0.88 | 0.41 |
| Hex | C6 | 5F | D | 0 | 34 | 5D | 16 | 1B | 58 | 29 |
| Octal | 306 | 137 | 15 | 0 | 64 | 135 | 26 | 33 | 130 | 51 |
| Binary | 11000110 | 1011111 | 1101 | 0 | 110100 | 1011101 | 10110 | 11011 | 1011000 | 101001 |
Color Harmonies of #C65F0D
Complementary color
Monochromatic Colors of #C65F0D
Black with #C65F0D
Text Example
Text Example
White with #C65F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F0D; }
p { color: rgb(198,95,13); }
H1.HeaderClassName
{
color: #C65F0D;
}
.AnyTagClassName
{
color: #C65F0D;
}
</style>
background-color css
<style>
a { background-color: #C65F0D; }
a { background-color: rgb(198,95,13); }
div.DivClassName
{
background-color: #C65F0D;
}
.BgClassName
{
background-color: #C65F0D;
}
</style>
border-color css
<style>
span { border-color: #C65F0D; }
span { border-color: rgb(198,95,13); }
td.TdClassName
{
border-color: #C65F0D;
}
.TagClassName
{
border-color: #C65F0D;
}
</style>