Shades of Tenne (Tawny) #CB6800
Tints of Tenne (Tawny) #CB6800
RGB
CMYK
RGB Variations
Color information
#CB6800 (or 0xCB6800) is known color: Tenne (Tawny). HEX triplet: CB, 68 and 00. RGB value is (203,104,0). Sum of RGB (Red+Green+Blue) = 203+104+0=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6800 is #3497FF. Grayscale: #7A7A7A. Windows color (decimal): -3446784 or 26827. OLE color: 26827.
HSL color Cylindrical-coordinate representation of color #CB6800: hue angle of 30.74º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB6800 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.20 |
| HSL | 30.74º | 1% | 0.4% | - |
| HSV(B) | 30.74º | 1% | 0.8% | - |
| XYZ | 29.58 | 22.6 | 2.8 | - |
| YUV | 121.75 | 59.3 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 0 | 0 | 0.49 | 1 | 0.20 | 30.74 | 1 | 0.4 |
| Hex | CB | 68 | 0 | 0 | 31 | 64 | 14 | 1F | 64 | 28 |
| Octal | 313 | 150 | 0 | 0 | 61 | 144 | 24 | 37 | 144 | 50 |
| Binary | 11001011 | 1101000 | 0 | 0 | 110001 | 1100100 | 10100 | 11111 | 1100100 | 101000 |
Color Harmonies of #CB6800
Complementary color
Monochromatic Colors of #CB6800
Black with #CB6800
Text Example
Text Example
White with #CB6800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6800; }
p { color: rgb(203,104,0); }
H1.HeaderClassName
{
color: #CB6800;
}
.AnyTagClassName
{
color: #CB6800;
}
</style>
background-color css
<style>
a { background-color: #CB6800; }
a { background-color: rgb(203,104,0); }
div.DivClassName
{
background-color: #CB6800;
}
.BgClassName
{
background-color: #CB6800;
}
</style>
border-color css
<style>
span { border-color: #CB6800; }
span { border-color: rgb(203,104,0); }
td.TdClassName
{
border-color: #CB6800;
}
.TagClassName
{
border-color: #CB6800;
}
</style>