Shades of Tenne (Tawny) #C66700
Tints of Tenne (Tawny) #C66700
RGB
CMYK
RGB Variations
Color information
#C66700 (or 0xC66700) is known color: Tenne (Tawny). HEX triplet: C6, 67 and 00. RGB value is (198,103,0). Sum of RGB (Red+Green+Blue) = 198+103+0=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C66700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66700 is #3998FF. Grayscale: #787878. Windows color (decimal): -3774720 or 26566. OLE color: 26566.
HSL color Cylindrical-coordinate representation of color #C66700: hue angle of 31.21º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C66700 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.22 |
| HSL | 31.21º | 1% | 0.39% | - |
| HSV(B) | 31.21º | 1% | 0.78% | - |
| XYZ | 28.14 | 21.71 | 2.71 | - |
| YUV | 119.66 | 60.47 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 0 | 0 | 0.48 | 1 | 0.22 | 31.21 | 1 | 0.39 |
| Hex | C6 | 67 | 0 | 0 | 30 | 64 | 16 | 1F | 64 | 27 |
| Octal | 306 | 147 | 0 | 0 | 60 | 144 | 26 | 37 | 144 | 47 |
| Binary | 11000110 | 1100111 | 0 | 0 | 110000 | 1100100 | 10110 | 11111 | 1100100 | 100111 |
Color Harmonies of #C66700
Complementary color
Monochromatic Colors of #C66700
Black with #C66700
Text Example
Text Example
White with #C66700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66700; }
p { color: rgb(198,103,0); }
H1.HeaderClassName
{
color: #C66700;
}
.AnyTagClassName
{
color: #C66700;
}
</style>
background-color css
<style>
a { background-color: #C66700; }
a { background-color: rgb(198,103,0); }
div.DivClassName
{
background-color: #C66700;
}
.BgClassName
{
background-color: #C66700;
}
</style>
border-color css
<style>
span { border-color: #C66700; }
span { border-color: rgb(198,103,0); }
td.TdClassName
{
border-color: #C66700;
}
.TagClassName
{
border-color: #C66700;
}
</style>