Shades of Tenne (Tawny) #CC6900
Tints of Tenne (Tawny) #CC6900
RGB
CMYK
RGB Variations
Color information
#CC6900 (or 0xCC6900) is known color: Tenne (Tawny). HEX triplet: CC, 69 and 00. RGB value is (204,105,0). Sum of RGB (Red+Green+Blue) = 204+105+0=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6900 is #3396FF. Grayscale: #7B7B7B. Windows color (decimal): -3380992 or 27084. OLE color: 27084.
HSL color Cylindrical-coordinate representation of color #CC6900: hue angle of 30.88º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC6900 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.2 |
| HSL | 30.88º | 1% | 0.4% | - |
| HSV(B) | 30.88º | 1% | 0.8% | - |
| XYZ | 29.95 | 22.94 | 2.85 | - |
| YUV | 122.63 | 58.8 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 0 | 0 | 0.49 | 1 | 0.2 | 30.88 | 1 | 0.4 |
| Hex | CC | 69 | 0 | 0 | 31 | 64 | 14 | 1F | 64 | 28 |
| Octal | 314 | 151 | 0 | 0 | 61 | 144 | 24 | 37 | 144 | 50 |
| Binary | 11001100 | 1101001 | 0 | 0 | 110001 | 1100100 | 10100 | 11111 | 1100100 | 101000 |
Color Harmonies of #CC6900
Complementary color
Monochromatic Colors of #CC6900
Black with #CC6900
Text Example
Text Example
White with #CC6900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6900; }
p { color: rgb(204,105,0); }
H1.HeaderClassName
{
color: #CC6900;
}
.AnyTagClassName
{
color: #CC6900;
}
</style>
background-color css
<style>
a { background-color: #CC6900; }
a { background-color: rgb(204,105,0); }
div.DivClassName
{
background-color: #CC6900;
}
.BgClassName
{
background-color: #CC6900;
}
</style>
border-color css
<style>
span { border-color: #CC6900; }
span { border-color: rgb(204,105,0); }
td.TdClassName
{
border-color: #CC6900;
}
.TagClassName
{
border-color: #CC6900;
}
</style>