Shades of Tenne (Tawny) #C64700
Tints of Tenne (Tawny) #C64700
RGB
CMYK
RGB Variations
Color information
#C64700 (or 0xC64700) is known color: Tenne (Tawny). HEX triplet: C6, 47 and 00. RGB value is (198,71,0). Sum of RGB (Red+Green+Blue) = 198+71+0=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C64700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64700 is #39B8FF. Grayscale: #656565. Windows color (decimal): -3782912 or 18374. OLE color: 18374.
HSL color Cylindrical-coordinate representation of color #C64700: hue angle of 21.52º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C64700 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.22 |
| HSL | 21.52º | 1% | 0.39% | - |
| HSV(B) | 21.52º | 1% | 0.78% | - |
| XYZ | 25.54 | 16.51 | 1.84 | - |
| YUV | 100.88 | 71.08 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 0 | 0 | 0.64 | 1 | 0.22 | 21.52 | 1 | 0.39 |
| Hex | C6 | 47 | 0 | 0 | 40 | 64 | 16 | 16 | 64 | 27 |
| Octal | 306 | 107 | 0 | 0 | 100 | 144 | 26 | 26 | 144 | 47 |
| Binary | 11000110 | 1000111 | 0 | 0 | 1000000 | 1100100 | 10110 | 10110 | 1100100 | 100111 |
Color Harmonies of #C64700
Complementary color
Monochromatic Colors of #C64700
Black with #C64700
Text Example
Text Example
White with #C64700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64700; }
p { color: rgb(198,71,0); }
H1.HeaderClassName
{
color: #C64700;
}
.AnyTagClassName
{
color: #C64700;
}
</style>
background-color css
<style>
a { background-color: #C64700; }
a { background-color: rgb(198,71,0); }
div.DivClassName
{
background-color: #C64700;
}
.BgClassName
{
background-color: #C64700;
}
</style>
border-color css
<style>
span { border-color: #C64700; }
span { border-color: rgb(198,71,0); }
td.TdClassName
{
border-color: #C64700;
}
.TagClassName
{
border-color: #C64700;
}
</style>