Shades of Tenne (Tawny) #C66B01
Tints of Tenne (Tawny) #C66B01
RGB
CMYK
RGB Variations
Color information
#C66B01 (or 0xC66B01) is known color: Tenne (Tawny). HEX triplet: C6, 6B and 01. RGB value is (198,107,1). Sum of RGB (Red+Green+Blue) = 198+107+1=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66B01 is #3994FE. Grayscale: #7A7A7A. Windows color (decimal): -3773695 or 93126. OLE color: 93126.
HSL color Cylindrical-coordinate representation of color #C66B01: hue angle of 32.28º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C66B01 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 107 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.22 |
| HSL | 32.28º | 0.99% | 0.39% | - |
| HSV(B) | 32.28º | 0.99% | 0.78% | - |
| XYZ | 28.55 | 22.52 | 2.87 | - |
| YUV | 122.13 | 59.65 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 1 | 0 | 0.46 | 0.99 | 0.22 | 32.28 | 0.99 | 0.39 |
| Hex | C6 | 6B | 1 | 0 | 2E | 63 | 16 | 20 | 63 | 27 |
| Octal | 306 | 153 | 1 | 0 | 56 | 143 | 26 | 40 | 143 | 47 |
| Binary | 11000110 | 1101011 | 1 | 0 | 101110 | 1100011 | 10110 | 100000 | 1100011 | 100111 |
Color Harmonies of #C66B01
Complementary color
Monochromatic Colors of #C66B01
Black with #C66B01
Text Example
Text Example
White with #C66B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66B01; }
p { color: rgb(198,107,1); }
H1.HeaderClassName
{
color: #C66B01;
}
.AnyTagClassName
{
color: #C66B01;
}
</style>
background-color css
<style>
a { background-color: #C66B01; }
a { background-color: rgb(198,107,1); }
div.DivClassName
{
background-color: #C66B01;
}
.BgClassName
{
background-color: #C66B01;
}
</style>
border-color css
<style>
span { border-color: #C66B01; }
span { border-color: rgb(198,107,1); }
td.TdClassName
{
border-color: #C66B01;
}
.TagClassName
{
border-color: #C66B01;
}
</style>