Shades of Tenne (Tawny) #CA6407
Tints of Tenne (Tawny) #CA6407
RGB
CMYK
RGB Variations
Color information
#CA6407 (or 0xCA6407) is known color: Tenne (Tawny). HEX triplet: CA, 64 and 07. RGB value is (202,100,7). Sum of RGB (Red+Green+Blue) = 202+100+7=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6407 is #359BF8. Grayscale: #787878. Windows color (decimal): -3513337 or 484554. OLE color: 484554.
HSL color Cylindrical-coordinate representation of color #CA6407: hue angle of 28.62º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA6407 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 7 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.21 |
| HSL | 28.62º | 0.93% | 0.41% | - |
| HSV(B) | 28.62º | 0.97% | 0.79% | - |
| XYZ | 28.95 | 21.69 | 2.86 | - |
| YUV | 119.9 | 64.29 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 7 | 0 | 0.50 | 0.97 | 0.21 | 28.62 | 0.93 | 0.41 |
| Hex | CA | 64 | 7 | 0 | 32 | 61 | 15 | 1D | 5D | 29 |
| Octal | 312 | 144 | 7 | 0 | 62 | 141 | 25 | 35 | 135 | 51 |
| Binary | 11001010 | 1100100 | 111 | 0 | 110010 | 1100001 | 10101 | 11101 | 1011101 | 101001 |
Color Harmonies of #CA6407
Complementary color
Monochromatic Colors of #CA6407
Black with #CA6407
Text Example
Text Example
White with #CA6407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6407; }
p { color: rgb(202,100,7); }
H1.HeaderClassName
{
color: #CA6407;
}
.AnyTagClassName
{
color: #CA6407;
}
</style>
background-color css
<style>
a { background-color: #CA6407; }
a { background-color: rgb(202,100,7); }
div.DivClassName
{
background-color: #CA6407;
}
.BgClassName
{
background-color: #CA6407;
}
</style>
border-color css
<style>
span { border-color: #CA6407; }
span { border-color: rgb(202,100,7); }
td.TdClassName
{
border-color: #CA6407;
}
.TagClassName
{
border-color: #CA6407;
}
</style>