Shades of Tenne (Tawny) #CC6D00
Tints of Tenne (Tawny) #CC6D00
RGB
CMYK
RGB Variations
Color information
#CC6D00 (or 0xCC6D00) is known color: Tenne (Tawny). HEX triplet: CC, 6D and 00. RGB value is (204,109,0). Sum of RGB (Red+Green+Blue) = 204+109+0=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6D00 is #3392FF. Grayscale: #7D7D7D. Windows color (decimal): -3379968 or 28108. OLE color: 28108.
HSL color Cylindrical-coordinate representation of color #CC6D00: hue angle of 32.06º 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 #CC6D00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 109 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.2 |
| HSL | 32.06º | 1% | 0.4% | - |
| HSV(B) | 32.06º | 1% | 0.8% | - |
| XYZ | 30.37 | 23.77 | 2.99 | - |
| YUV | 124.98 | 57.47 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 0 | 0 | 0.47 | 1 | 0.2 | 32.06 | 1 | 0.4 |
| Hex | CC | 6D | 0 | 0 | 2F | 64 | 14 | 20 | 64 | 28 |
| Octal | 314 | 155 | 0 | 0 | 57 | 144 | 24 | 40 | 144 | 50 |
| Binary | 11001100 | 1101101 | 0 | 0 | 101111 | 1100100 | 10100 | 100000 | 1100100 | 101000 |
Color Harmonies of #CC6D00
Complementary color
Monochromatic Colors of #CC6D00
Black with #CC6D00
Text Example
Text Example
White with #CC6D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6D00; }
p { color: rgb(204,109,0); }
H1.HeaderClassName
{
color: #CC6D00;
}
.AnyTagClassName
{
color: #CC6D00;
}
</style>
background-color css
<style>
a { background-color: #CC6D00; }
a { background-color: rgb(204,109,0); }
div.DivClassName
{
background-color: #CC6D00;
}
.BgClassName
{
background-color: #CC6D00;
}
</style>
border-color css
<style>
span { border-color: #CC6D00; }
span { border-color: rgb(204,109,0); }
td.TdClassName
{
border-color: #CC6D00;
}
.TagClassName
{
border-color: #CC6D00;
}
</style>