Shades of Tenne (Tawny) #CC6905
Tints of Tenne (Tawny) #CC6905
RGB
CMYK
RGB Variations
Color information
#CC6905 (or 0xCC6905) is known color: Tenne (Tawny). HEX triplet: CC, 69 and 05. RGB value is (204,105,5). Sum of RGB (Red+Green+Blue) = 204+105+5=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6905 is #3396FA. Grayscale: #7B7B7B. Windows color (decimal): -3380987 or 354764. OLE color: 354764.
HSL color Cylindrical-coordinate representation of color #CC6905: hue angle of 30.15º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC6905 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 5 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.2 |
| HSL | 30.15º | 0.95% | 0.41% | - |
| HSV(B) | 30.15º | 0.98% | 0.8% | - |
| XYZ | 29.98 | 22.95 | 2.99 | - |
| YUV | 123.2 | 61.3 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 5 | 0 | 0.49 | 0.98 | 0.2 | 30.15 | 0.95 | 0.41 |
| Hex | CC | 69 | 5 | 0 | 31 | 62 | 14 | 1E | 5F | 29 |
| Octal | 314 | 151 | 5 | 0 | 61 | 142 | 24 | 36 | 137 | 51 |
| Binary | 11001100 | 1101001 | 101 | 0 | 110001 | 1100010 | 10100 | 11110 | 1011111 | 101001 |
Color Harmonies of #CC6905
Complementary color
Monochromatic Colors of #CC6905
Black with #CC6905
Text Example
Text Example
White with #CC6905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6905; }
p { color: rgb(204,105,5); }
H1.HeaderClassName
{
color: #CC6905;
}
.AnyTagClassName
{
color: #CC6905;
}
</style>
background-color css
<style>
a { background-color: #CC6905; }
a { background-color: rgb(204,105,5); }
div.DivClassName
{
background-color: #CC6905;
}
.BgClassName
{
background-color: #CC6905;
}
</style>
border-color css
<style>
span { border-color: #CC6905; }
span { border-color: rgb(204,105,5); }
td.TdClassName
{
border-color: #CC6905;
}
.TagClassName
{
border-color: #CC6905;
}
</style>