Shades of Tenne (Tawny) #CB6104
Tints of Tenne (Tawny) #CB6104
RGB
CMYK
RGB Variations
Color information
#CB6104 (or 0xCB6104) is known color: Tenne (Tawny). HEX triplet: CB, 61 and 04. RGB value is (203,97,4). Sum of RGB (Red+Green+Blue) = 203+97+4=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6104 is #349EFB. Grayscale: #767676. Windows color (decimal): -3448572 or 287179. OLE color: 287179.
HSL color Cylindrical-coordinate representation of color #CB6104: hue angle of 28.04º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB6104 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 4 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.20 |
| HSL | 28.04º | 0.96% | 0.41% | - |
| HSV(B) | 28.04º | 0.98% | 0.8% | - |
| XYZ | 28.93 | 21.25 | 2.69 | - |
| YUV | 118.09 | 63.62 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 4 | 0 | 0.52 | 0.98 | 0.20 | 28.04 | 0.96 | 0.41 |
| Hex | CB | 61 | 4 | 0 | 34 | 62 | 14 | 1C | 60 | 29 |
| Octal | 313 | 141 | 4 | 0 | 64 | 142 | 24 | 34 | 140 | 51 |
| Binary | 11001011 | 1100001 | 100 | 0 | 110100 | 1100010 | 10100 | 11100 | 1100000 | 101001 |
Color Harmonies of #CB6104
Complementary color
Monochromatic Colors of #CB6104
Black with #CB6104
Text Example
Text Example
White with #CB6104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6104; }
p { color: rgb(203,97,4); }
H1.HeaderClassName
{
color: #CB6104;
}
.AnyTagClassName
{
color: #CB6104;
}
</style>
background-color css
<style>
a { background-color: #CB6104; }
a { background-color: rgb(203,97,4); }
div.DivClassName
{
background-color: #CB6104;
}
.BgClassName
{
background-color: #CB6104;
}
</style>
border-color css
<style>
span { border-color: #CB6104; }
span { border-color: rgb(203,97,4); }
td.TdClassName
{
border-color: #CB6104;
}
.TagClassName
{
border-color: #CB6104;
}
</style>