Shades of Tenne (Tawny) #C26306
Tints of Tenne (Tawny) #C26306
RGB
CMYK
RGB Variations
Color information
#C26306 (or 0xC26306) is known color: Tenne (Tawny). HEX triplet: C2, 63 and 06. RGB value is (194,99,6). Sum of RGB (Red+Green+Blue) = 194+99+6=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 6 (2.73% from 255 or 2.01% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C26306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26306 is #3D9CF9. Grayscale: #757575. Windows color (decimal): -4037882 or 418754. OLE color: 418754.
HSL color Cylindrical-coordinate representation of color #C26306: hue angle of 29.68º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C26306 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 6 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.24 |
| HSL | 29.68º | 0.94% | 0.39% | - |
| HSV(B) | 29.68º | 0.97% | 0.76% | - |
| XYZ | 26.74 | 20.41 | 2.7 | - |
| YUV | 116.8 | 65.47 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 6 | 0 | 0.49 | 0.97 | 0.24 | 29.68 | 0.94 | 0.39 |
| Hex | C2 | 63 | 6 | 0 | 31 | 61 | 18 | 1E | 5E | 27 |
| Octal | 302 | 143 | 6 | 0 | 61 | 141 | 30 | 36 | 136 | 47 |
| Binary | 11000010 | 1100011 | 110 | 0 | 110001 | 1100001 | 11000 | 11110 | 1011110 | 100111 |
Color Harmonies of #C26306
Complementary color
Monochromatic Colors of #C26306
Black with #C26306
Text Example
Text Example
White with #C26306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26306; }
p { color: rgb(194,99,6); }
H1.HeaderClassName
{
color: #C26306;
}
.AnyTagClassName
{
color: #C26306;
}
</style>
background-color css
<style>
a { background-color: #C26306; }
a { background-color: rgb(194,99,6); }
div.DivClassName
{
background-color: #C26306;
}
.BgClassName
{
background-color: #C26306;
}
</style>
border-color css
<style>
span { border-color: #C26306; }
span { border-color: rgb(194,99,6); }
td.TdClassName
{
border-color: #C26306;
}
.TagClassName
{
border-color: #C26306;
}
</style>