Shades of Tenne (Tawny) #CB6600
Tints of Tenne (Tawny) #CB6600
RGB
CMYK
RGB Variations
Color information
#CB6600 (or 0xCB6600) is known color: Tenne (Tawny). HEX triplet: CB, 66 and 00. RGB value is (203,102,0). Sum of RGB (Red+Green+Blue) = 203+102+0=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6600 is #3499FF. Grayscale: #797979. Windows color (decimal): -3447296 or 26315. OLE color: 26315.
HSL color Cylindrical-coordinate representation of color #CB6600: hue angle of 30.15º 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 #CB6600 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.20 |
| HSL | 30.15º | 1% | 0.4% | - |
| HSV(B) | 30.15º | 1% | 0.8% | - |
| XYZ | 29.38 | 22.2 | 2.74 | - |
| YUV | 120.57 | 59.96 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 0 | 0 | 0.50 | 1 | 0.20 | 30.15 | 1 | 0.4 |
| Hex | CB | 66 | 0 | 0 | 32 | 64 | 14 | 1E | 64 | 28 |
| Octal | 313 | 146 | 0 | 0 | 62 | 144 | 24 | 36 | 144 | 50 |
| Binary | 11001011 | 1100110 | 0 | 0 | 110010 | 1100100 | 10100 | 11110 | 1100100 | 101000 |
Color Harmonies of #CB6600
Complementary color
Monochromatic Colors of #CB6600
Black with #CB6600
Text Example
Text Example
White with #CB6600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6600; }
p { color: rgb(203,102,0); }
H1.HeaderClassName
{
color: #CB6600;
}
.AnyTagClassName
{
color: #CB6600;
}
</style>
background-color css
<style>
a { background-color: #CB6600; }
a { background-color: rgb(203,102,0); }
div.DivClassName
{
background-color: #CB6600;
}
.BgClassName
{
background-color: #CB6600;
}
</style>
border-color css
<style>
span { border-color: #CB6600; }
span { border-color: rgb(203,102,0); }
td.TdClassName
{
border-color: #CB6600;
}
.TagClassName
{
border-color: #CB6600;
}
</style>