Shades of Tenne (Tawny) #C64B08
Tints of Tenne (Tawny) #C64B08
RGB
CMYK
RGB Variations
Color information
#C64B08 (or 0xC64B08) is known color: Tenne (Tawny). HEX triplet: C6, 4B and 08. RGB value is (198,75,8). Sum of RGB (Red+Green+Blue) = 198+75+8=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64B08 is #39B4F7. Grayscale: #686868. Windows color (decimal): -3781880 or 543686. OLE color: 543686.
HSL color Cylindrical-coordinate representation of color #C64B08: hue angle of 21.16º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C64B08 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 8 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.22 |
| HSL | 21.16º | 0.92% | 0.4% | - |
| HSV(B) | 21.16º | 0.96% | 0.78% | - |
| XYZ | 25.85 | 17.06 | 2.16 | - |
| YUV | 104.14 | 73.75 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 8 | 0 | 0.62 | 0.96 | 0.22 | 21.16 | 0.92 | 0.4 |
| Hex | C6 | 4B | 8 | 0 | 3E | 60 | 16 | 15 | 5C | 28 |
| Octal | 306 | 113 | 10 | 0 | 76 | 140 | 26 | 25 | 134 | 50 |
| Binary | 11000110 | 1001011 | 1000 | 0 | 111110 | 1100000 | 10110 | 10101 | 1011100 | 101000 |
Color Harmonies of #C64B08
Complementary color
Monochromatic Colors of #C64B08
Black with #C64B08
Text Example
Text Example
White with #C64B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64B08; }
p { color: rgb(198,75,8); }
H1.HeaderClassName
{
color: #C64B08;
}
.AnyTagClassName
{
color: #C64B08;
}
</style>
background-color css
<style>
a { background-color: #C64B08; }
a { background-color: rgb(198,75,8); }
div.DivClassName
{
background-color: #C64B08;
}
.BgClassName
{
background-color: #C64B08;
}
</style>
border-color css
<style>
span { border-color: #C64B08; }
span { border-color: rgb(198,75,8); }
td.TdClassName
{
border-color: #C64B08;
}
.TagClassName
{
border-color: #C64B08;
}
</style>