Shades of Tenne (Tawny) #CC6908
Tints of Tenne (Tawny) #CC6908
RGB
CMYK
RGB Variations
Color information
#CC6908 (or 0xCC6908) is known color: Tenne (Tawny). HEX triplet: CC, 69 and 08. RGB value is (204,105,8). Sum of RGB (Red+Green+Blue) = 204+105+8=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6908 is #3396F7. Grayscale: #7C7C7C. Windows color (decimal): -3380984 or 551372. OLE color: 551372.
HSL color Cylindrical-coordinate representation of color #CC6908: hue angle of 29.69º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC6908 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 8 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.2 |
| HSL | 29.69º | 0.92% | 0.42% | - |
| HSV(B) | 29.69º | 0.96% | 0.8% | - |
| XYZ | 30 | 22.96 | 3.08 | - |
| YUV | 123.54 | 62.8 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 8 | 0 | 0.49 | 0.96 | 0.2 | 29.69 | 0.92 | 0.42 |
| Hex | CC | 69 | 8 | 0 | 31 | 60 | 14 | 1E | 5C | 2A |
| Octal | 314 | 151 | 10 | 0 | 61 | 140 | 24 | 36 | 134 | 52 |
| Binary | 11001100 | 1101001 | 1000 | 0 | 110001 | 1100000 | 10100 | 11110 | 1011100 | 101010 |
Color Harmonies of #CC6908
Complementary color
Monochromatic Colors of #CC6908
Black with #CC6908
Text Example
Text Example
White with #CC6908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6908; }
p { color: rgb(204,105,8); }
H1.HeaderClassName
{
color: #CC6908;
}
.AnyTagClassName
{
color: #CC6908;
}
</style>
background-color css
<style>
a { background-color: #CC6908; }
a { background-color: rgb(204,105,8); }
div.DivClassName
{
background-color: #CC6908;
}
.BgClassName
{
background-color: #CC6908;
}
</style>
border-color css
<style>
span { border-color: #CC6908; }
span { border-color: rgb(204,105,8); }
td.TdClassName
{
border-color: #CC6908;
}
.TagClassName
{
border-color: #CC6908;
}
</style>