Shades of Tenne (Tawny) #C65712
Tints of Tenne (Tawny) #C65712
RGB
CMYK
RGB Variations
Color information
#C65712 (or 0xC65712) is known color: Tenne (Tawny). HEX triplet: C6, 57 and 12. RGB value is (198,87,18). Sum of RGB (Red+Green+Blue) = 198+87+18=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C65712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65712 is #39A8ED. Grayscale: #707070. Windows color (decimal): -3778798 or 1202118. OLE color: 1202118.
HSL color Cylindrical-coordinate representation of color #C65712: hue angle of 23º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C65712 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 18 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.22 |
| HSL | 23º | 0.83% | 0.42% | - |
| HSV(B) | 23º | 0.91% | 0.78% | - |
| XYZ | 26.81 | 18.87 | 2.8 | - |
| YUV | 112.32 | 74.77 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 18 | 0 | 0.56 | 0.91 | 0.22 | 23 | 0.83 | 0.42 |
| Hex | C6 | 57 | 12 | 0 | 38 | 5B | 16 | 17 | 53 | 2A |
| Octal | 306 | 127 | 22 | 0 | 70 | 133 | 26 | 27 | 123 | 52 |
| Binary | 11000110 | 1010111 | 10010 | 0 | 111000 | 1011011 | 10110 | 10111 | 1010011 | 101010 |
Color Harmonies of #C65712
Complementary color
Monochromatic Colors of #C65712
Black with #C65712
Text Example
Text Example
White with #C65712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65712; }
p { color: rgb(198,87,18); }
H1.HeaderClassName
{
color: #C65712;
}
.AnyTagClassName
{
color: #C65712;
}
</style>
background-color css
<style>
a { background-color: #C65712; }
a { background-color: rgb(198,87,18); }
div.DivClassName
{
background-color: #C65712;
}
.BgClassName
{
background-color: #C65712;
}
</style>
border-color css
<style>
span { border-color: #C65712; }
span { border-color: rgb(198,87,18); }
td.TdClassName
{
border-color: #C65712;
}
.TagClassName
{
border-color: #C65712;
}
</style>