Shades of Tenne (Tawny) #CB6D04
Tints of Tenne (Tawny) #CB6D04
RGB
CMYK
RGB Variations
Color information
#CB6D04 (or 0xCB6D04) is known color: Tenne (Tawny). HEX triplet: CB, 6D and 04. RGB value is (203,109,4). Sum of RGB (Red+Green+Blue) = 203+109+4=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6D04 is #3492FB. Grayscale: #7D7D7D. Windows color (decimal): -3445500 or 290251. OLE color: 290251.
HSL color Cylindrical-coordinate representation of color #CB6D04: hue angle of 31.66º 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 #CB6D04 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 109 | 4 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.20 |
| HSL | 31.66º | 0.96% | 0.41% | - |
| HSV(B) | 31.66º | 0.98% | 0.8% | - |
| XYZ | 30.12 | 23.64 | 3.09 | - |
| YUV | 125.14 | 59.64 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 4 | 0 | 0.46 | 0.98 | 0.20 | 31.66 | 0.96 | 0.41 |
| Hex | CB | 6D | 4 | 0 | 2E | 62 | 14 | 20 | 60 | 29 |
| Octal | 313 | 155 | 4 | 0 | 56 | 142 | 24 | 40 | 140 | 51 |
| Binary | 11001011 | 1101101 | 100 | 0 | 101110 | 1100010 | 10100 | 100000 | 1100000 | 101001 |
Color Harmonies of #CB6D04
Complementary color
Monochromatic Colors of #CB6D04
Black with #CB6D04
Text Example
Text Example
White with #CB6D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6D04; }
p { color: rgb(203,109,4); }
H1.HeaderClassName
{
color: #CB6D04;
}
.AnyTagClassName
{
color: #CB6D04;
}
</style>
background-color css
<style>
a { background-color: #CB6D04; }
a { background-color: rgb(203,109,4); }
div.DivClassName
{
background-color: #CB6D04;
}
.BgClassName
{
background-color: #CB6D04;
}
</style>
border-color css
<style>
span { border-color: #CB6D04; }
span { border-color: rgb(203,109,4); }
td.TdClassName
{
border-color: #CB6D04;
}
.TagClassName
{
border-color: #CB6D04;
}
</style>