Shades of Tenne (Tawny) #C06B05
Tints of Tenne (Tawny) #C06B05
RGB
CMYK
RGB Variations
Color information
#C06B05 (or 0xC06B05) is known color: Tenne (Tawny). HEX triplet: C0, 6B and 05. RGB value is (192,107,5). Sum of RGB (Red+Green+Blue) = 192+107+5=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06B05 is #3F94FA. Grayscale: #797979. Windows color (decimal): -4166907 or 355264. OLE color: 355264.
HSL color Cylindrical-coordinate representation of color #C06B05: hue angle of 32.73º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C06B05 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 5 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.25 |
| HSL | 32.73º | 0.95% | 0.39% | - |
| HSV(B) | 32.73º | 0.97% | 0.75% | - |
| XYZ | 27.02 | 21.73 | 2.91 | - |
| YUV | 120.79 | 62.66 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 5 | 0 | 0.44 | 0.97 | 0.25 | 32.73 | 0.95 | 0.39 |
| Hex | C0 | 6B | 5 | 0 | 2C | 61 | 19 | 21 | 5F | 27 |
| Octal | 300 | 153 | 5 | 0 | 54 | 141 | 31 | 41 | 137 | 47 |
| Binary | 11000000 | 1101011 | 101 | 0 | 101100 | 1100001 | 11001 | 100001 | 1011111 | 100111 |
Color Harmonies of #C06B05
Complementary color
Monochromatic Colors of #C06B05
Black with #C06B05
Text Example
Text Example
White with #C06B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06B05; }
p { color: rgb(192,107,5); }
H1.HeaderClassName
{
color: #C06B05;
}
.AnyTagClassName
{
color: #C06B05;
}
</style>
background-color css
<style>
a { background-color: #C06B05; }
a { background-color: rgb(192,107,5); }
div.DivClassName
{
background-color: #C06B05;
}
.BgClassName
{
background-color: #C06B05;
}
</style>
border-color css
<style>
span { border-color: #C06B05; }
span { border-color: rgb(192,107,5); }
td.TdClassName
{
border-color: #C06B05;
}
.TagClassName
{
border-color: #C06B05;
}
</style>