Shades of Tenne (Tawny) #C65F00
Tints of Tenne (Tawny) #C65F00
RGB
CMYK
RGB Variations
Color information
#C65F00 (or 0xC65F00) is known color: Tenne (Tawny). HEX triplet: C6, 5F and 00. RGB value is (198,95,0). Sum of RGB (Red+Green+Blue) = 198+95+0=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65F00 is #39A0FF. Grayscale: #737373. Windows color (decimal): -3776768 or 24518. OLE color: 24518.
HSL color Cylindrical-coordinate representation of color #C65F00: hue angle of 28.79º 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 #C65F00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.22 |
| HSL | 28.79º | 1% | 0.39% | - |
| HSV(B) | 28.79º | 1% | 0.78% | - |
| XYZ | 27.38 | 20.19 | 2.45 | - |
| YUV | 114.97 | 63.12 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 0 | 0 | 0.52 | 1 | 0.22 | 28.79 | 1 | 0.39 |
| Hex | C6 | 5F | 0 | 0 | 34 | 64 | 16 | 1D | 64 | 27 |
| Octal | 306 | 137 | 0 | 0 | 64 | 144 | 26 | 35 | 144 | 47 |
| Binary | 11000110 | 1011111 | 0 | 0 | 110100 | 1100100 | 10110 | 11101 | 1100100 | 100111 |
Color Harmonies of #C65F00
Complementary color
Monochromatic Colors of #C65F00
Black with #C65F00
Text Example
Text Example
White with #C65F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F00; }
p { color: rgb(198,95,0); }
H1.HeaderClassName
{
color: #C65F00;
}
.AnyTagClassName
{
color: #C65F00;
}
</style>
background-color css
<style>
a { background-color: #C65F00; }
a { background-color: rgb(198,95,0); }
div.DivClassName
{
background-color: #C65F00;
}
.BgClassName
{
background-color: #C65F00;
}
</style>
border-color css
<style>
span { border-color: #C65F00; }
span { border-color: rgb(198,95,0); }
td.TdClassName
{
border-color: #C65F00;
}
.TagClassName
{
border-color: #C65F00;
}
</style>