Shades of Tenne (Tawny) #C65301
Tints of Tenne (Tawny) #C65301
RGB
CMYK
RGB Variations
Color information
#C65301 (or 0xC65301) is known color: Tenne (Tawny). HEX triplet: C6, 53 and 01. RGB value is (198,83,1). Sum of RGB (Red+Green+Blue) = 198+83+1=282 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.21% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 198 - color contains mainly: red. Hex color #C65301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65301 is #39ACFE. Grayscale: #6C6C6C. Windows color (decimal): -3779839 or 86982. OLE color: 86982.
HSL color Cylindrical-coordinate representation of color #C65301: hue angle of 24.97º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C65301 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 1 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.22 |
| HSL | 24.97º | 0.99% | 0.39% | - |
| HSV(B) | 24.97º | 0.99% | 0.78% | - |
| XYZ | 26.39 | 18.19 | 2.15 | - |
| YUV | 108.04 | 67.6 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 1 | 0 | 0.58 | 0.99 | 0.22 | 24.97 | 0.99 | 0.39 |
| Hex | C6 | 53 | 1 | 0 | 3A | 63 | 16 | 19 | 63 | 27 |
| Octal | 306 | 123 | 1 | 0 | 72 | 143 | 26 | 31 | 143 | 47 |
| Binary | 11000110 | 1010011 | 1 | 0 | 111010 | 1100011 | 10110 | 11001 | 1100011 | 100111 |
Color Harmonies of #C65301
Complementary color
Monochromatic Colors of #C65301
Black with #C65301
Text Example
Text Example
White with #C65301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65301; }
p { color: rgb(198,83,1); }
H1.HeaderClassName
{
color: #C65301;
}
.AnyTagClassName
{
color: #C65301;
}
</style>
background-color css
<style>
a { background-color: #C65301; }
a { background-color: rgb(198,83,1); }
div.DivClassName
{
background-color: #C65301;
}
.BgClassName
{
background-color: #C65301;
}
</style>
border-color css
<style>
span { border-color: #C65301; }
span { border-color: rgb(198,83,1); }
td.TdClassName
{
border-color: #C65301;
}
.TagClassName
{
border-color: #C65301;
}
</style>