Shades of Tenne (Tawny) #CF6B00
Tints of Tenne (Tawny) #CF6B00
RGB
CMYK
RGB Variations
Color information
#CF6B00 (or 0xCF6B00) is known color: Tenne (Tawny). HEX triplet: CF, 6B and 00. RGB value is (207,107,0). Sum of RGB (Red+Green+Blue) = 207+107+0=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6B00 is #3094FF. Grayscale: #7D7D7D. Windows color (decimal): -3183872 or 27599. OLE color: 27599.
HSL color Cylindrical-coordinate representation of color #CF6B00: hue angle of 31.01º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF6B00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 107 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.19 |
| HSL | 31.01º | 1% | 0.41% | - |
| HSV(B) | 31.01º | 1% | 0.81% | - |
| XYZ | 30.99 | 23.78 | 2.96 | - |
| YUV | 124.7 | 57.63 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 0 | 0 | 0.48 | 1 | 0.19 | 31.01 | 1 | 0.41 |
| Hex | CF | 6B | 0 | 0 | 30 | 64 | 13 | 1F | 64 | 29 |
| Octal | 317 | 153 | 0 | 0 | 60 | 144 | 23 | 37 | 144 | 51 |
| Binary | 11001111 | 1101011 | 0 | 0 | 110000 | 1100100 | 10011 | 11111 | 1100100 | 101001 |
Color Harmonies of #CF6B00
Complementary color
Monochromatic Colors of #CF6B00
Black with #CF6B00
Text Example
Text Example
White with #CF6B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6B00; }
p { color: rgb(207,107,0); }
H1.HeaderClassName
{
color: #CF6B00;
}
.AnyTagClassName
{
color: #CF6B00;
}
</style>
background-color css
<style>
a { background-color: #CF6B00; }
a { background-color: rgb(207,107,0); }
div.DivClassName
{
background-color: #CF6B00;
}
.BgClassName
{
background-color: #CF6B00;
}
</style>
border-color css
<style>
span { border-color: #CF6B00; }
span { border-color: rgb(207,107,0); }
td.TdClassName
{
border-color: #CF6B00;
}
.TagClassName
{
border-color: #CF6B00;
}
</style>