Shades of Tenne (Tawny) #CB6207
Tints of Tenne (Tawny) #CB6207
RGB
CMYK
RGB Variations
Color information
#CB6207 (or 0xCB6207) is known color: Tenne (Tawny). HEX triplet: CB, 62 and 07. RGB value is (203,98,7). Sum of RGB (Red+Green+Blue) = 203+98+7=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6207 is #349DF8. Grayscale: #777777. Windows color (decimal): -3448313 or 484043. OLE color: 484043.
HSL color Cylindrical-coordinate representation of color #CB6207: hue angle of 27.86º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB6207 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 7 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.20 |
| HSL | 27.86º | 0.93% | 0.41% | - |
| HSV(B) | 27.86º | 0.97% | 0.8% | - |
| XYZ | 29.03 | 21.45 | 2.81 | - |
| YUV | 119.02 | 64.79 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 7 | 0 | 0.52 | 0.97 | 0.20 | 27.86 | 0.93 | 0.41 |
| Hex | CB | 62 | 7 | 0 | 34 | 61 | 14 | 1C | 5D | 29 |
| Octal | 313 | 142 | 7 | 0 | 64 | 141 | 24 | 34 | 135 | 51 |
| Binary | 11001011 | 1100010 | 111 | 0 | 110100 | 1100001 | 10100 | 11100 | 1011101 | 101001 |
Color Harmonies of #CB6207
Complementary color
Monochromatic Colors of #CB6207
Black with #CB6207
Text Example
Text Example
White with #CB6207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6207; }
p { color: rgb(203,98,7); }
H1.HeaderClassName
{
color: #CB6207;
}
.AnyTagClassName
{
color: #CB6207;
}
</style>
background-color css
<style>
a { background-color: #CB6207; }
a { background-color: rgb(203,98,7); }
div.DivClassName
{
background-color: #CB6207;
}
.BgClassName
{
background-color: #CB6207;
}
</style>
border-color css
<style>
span { border-color: #CB6207; }
span { border-color: rgb(203,98,7); }
td.TdClassName
{
border-color: #CB6207;
}
.TagClassName
{
border-color: #CB6207;
}
</style>