Shades of Tenne (Tawny) #CD6F00
Tints of Tenne (Tawny) #CD6F00
RGB
CMYK
RGB Variations
Color information
#CD6F00 (or 0xCD6F00) is known color: Tenne (Tawny). HEX triplet: CD, 6F and 00. RGB value is (205,111,0). Sum of RGB (Red+Green+Blue) = 205+111+0=316 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.87% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6F00 is #3290FF. Grayscale: #7E7E7E. Windows color (decimal): -3313920 or 28621. OLE color: 28621.
HSL color Cylindrical-coordinate representation of color #CD6F00: hue angle of 32.49º 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 #CD6F00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 111 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.20 |
| HSL | 32.49º | 1% | 0.4% | - |
| HSV(B) | 32.49º | 1% | 0.8% | - |
| XYZ | 30.86 | 24.35 | 3.07 | - |
| YUV | 126.45 | 56.64 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 111 | 0 | 0 | 0.46 | 1 | 0.20 | 32.49 | 1 | 0.4 |
| Hex | CD | 6F | 0 | 0 | 2E | 64 | 14 | 20 | 64 | 28 |
| Octal | 315 | 157 | 0 | 0 | 56 | 144 | 24 | 40 | 144 | 50 |
| Binary | 11001101 | 1101111 | 0 | 0 | 101110 | 1100100 | 10100 | 100000 | 1100100 | 101000 |
Color Harmonies of #CD6F00
Complementary color
Monochromatic Colors of #CD6F00
Black with #CD6F00
Text Example
Text Example
White with #CD6F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6F00; }
p { color: rgb(205,111,0); }
H1.HeaderClassName
{
color: #CD6F00;
}
.AnyTagClassName
{
color: #CD6F00;
}
</style>
background-color css
<style>
a { background-color: #CD6F00; }
a { background-color: rgb(205,111,0); }
div.DivClassName
{
background-color: #CD6F00;
}
.BgClassName
{
background-color: #CD6F00;
}
</style>
border-color css
<style>
span { border-color: #CD6F00; }
span { border-color: rgb(205,111,0); }
td.TdClassName
{
border-color: #CD6F00;
}
.TagClassName
{
border-color: #CD6F00;
}
</style>