Shades of Tenne (Tawny) #CB6204
Tints of Tenne (Tawny) #CB6204
RGB
CMYK
RGB Variations
Color information
#CB6204 (or 0xCB6204) is known color: Tenne (Tawny). HEX triplet: CB, 62 and 04. RGB value is (203,98,4). Sum of RGB (Red+Green+Blue) = 203+98+4=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6204 is #349DFB. Grayscale: #777777. Windows color (decimal): -3448316 or 287435. OLE color: 287435.
HSL color Cylindrical-coordinate representation of color #CB6204: hue angle of 28.34º 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 #CB6204 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 4 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.20 |
| HSL | 28.34º | 0.96% | 0.41% | - |
| HSV(B) | 28.34º | 0.98% | 0.8% | - |
| XYZ | 29.02 | 21.44 | 2.72 | - |
| YUV | 118.68 | 63.29 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 4 | 0 | 0.52 | 0.98 | 0.20 | 28.34 | 0.96 | 0.41 |
| Hex | CB | 62 | 4 | 0 | 34 | 62 | 14 | 1C | 60 | 29 |
| Octal | 313 | 142 | 4 | 0 | 64 | 142 | 24 | 34 | 140 | 51 |
| Binary | 11001011 | 1100010 | 100 | 0 | 110100 | 1100010 | 10100 | 11100 | 1100000 | 101001 |
Color Harmonies of #CB6204
Complementary color
Monochromatic Colors of #CB6204
Black with #CB6204
Text Example
Text Example
White with #CB6204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6204; }
p { color: rgb(203,98,4); }
H1.HeaderClassName
{
color: #CB6204;
}
.AnyTagClassName
{
color: #CB6204;
}
</style>
background-color css
<style>
a { background-color: #CB6204; }
a { background-color: rgb(203,98,4); }
div.DivClassName
{
background-color: #CB6204;
}
.BgClassName
{
background-color: #CB6204;
}
</style>
border-color css
<style>
span { border-color: #CB6204; }
span { border-color: rgb(203,98,4); }
td.TdClassName
{
border-color: #CB6204;
}
.TagClassName
{
border-color: #CB6204;
}
</style>