Shades of Tenne (Tawny) #CC660B
Tints of Tenne (Tawny) #CC660B
RGB
CMYK
RGB Variations
Color information
#CC660B (or 0xCC660B) is known color: Tenne (Tawny). HEX triplet: CC, 66 and 0B. RGB value is (204,102,11). Sum of RGB (Red+Green+Blue) = 204+102+11=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC660B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC660B is #3399F4. Grayscale: #7A7A7A. Windows color (decimal): -3381749 or 747212. OLE color: 747212.
HSL color Cylindrical-coordinate representation of color #CC660B: hue angle of 28.29º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC660B is Cyan = 0, Magento = 0.5, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 11 | - |
| CMYK | 0 | 0.5 | 0.95 | 0.2 |
| HSL | 28.29º | 0.9% | 0.42% | - |
| HSV(B) | 28.29º | 0.95% | 0.8% | - |
| XYZ | 29.71 | 22.36 | 3.07 | - |
| YUV | 122.12 | 65.29 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 11 | 0 | 0.5 | 0.95 | 0.2 | 28.29 | 0.9 | 0.42 |
| Hex | CC | 66 | B | 0 | 32 | 5F | 14 | 1C | 5A | 2A |
| Octal | 314 | 146 | 13 | 0 | 62 | 137 | 24 | 34 | 132 | 52 |
| Binary | 11001100 | 1100110 | 1011 | 0 | 110010 | 1011111 | 10100 | 11100 | 1011010 | 101010 |
Color Harmonies of #CC660B
Complementary color
Monochromatic Colors of #CC660B
Black with #CC660B
Text Example
Text Example
White with #CC660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC660B; }
p { color: rgb(204,102,11); }
H1.HeaderClassName
{
color: #CC660B;
}
.AnyTagClassName
{
color: #CC660B;
}
</style>
background-color css
<style>
a { background-color: #CC660B; }
a { background-color: rgb(204,102,11); }
div.DivClassName
{
background-color: #CC660B;
}
.BgClassName
{
background-color: #CC660B;
}
</style>
border-color css
<style>
span { border-color: #CC660B; }
span { border-color: rgb(204,102,11); }
td.TdClassName
{
border-color: #CC660B;
}
.TagClassName
{
border-color: #CC660B;
}
</style>