Shades of Tenne (Tawny) #CB660A
Tints of Tenne (Tawny) #CB660A
RGB
CMYK
RGB Variations
Color information
#CB660A (or 0xCB660A) is known color: Tenne (Tawny). HEX triplet: CB, 66 and 0A. RGB value is (203,102,10). Sum of RGB (Red+Green+Blue) = 203+102+10=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB660A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB660A is #3499F5. Grayscale: #7A7A7A. Windows color (decimal): -3447286 or 681675. OLE color: 681675.
HSL color Cylindrical-coordinate representation of color #CB660A: hue angle of 28.6º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB660A is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 10 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.20 |
| HSL | 28.6º | 0.91% | 0.42% | - |
| HSV(B) | 28.6º | 0.95% | 0.8% | - |
| XYZ | 29.43 | 22.22 | 3.02 | - |
| YUV | 121.71 | 64.96 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 10 | 0 | 0.50 | 0.95 | 0.20 | 28.6 | 0.91 | 0.42 |
| Hex | CB | 66 | A | 0 | 32 | 5F | 14 | 1D | 5B | 2A |
| Octal | 313 | 146 | 12 | 0 | 62 | 137 | 24 | 35 | 133 | 52 |
| Binary | 11001011 | 1100110 | 1010 | 0 | 110010 | 1011111 | 10100 | 11101 | 1011011 | 101010 |
Color Harmonies of #CB660A
Complementary color
Monochromatic Colors of #CB660A
Black with #CB660A
Text Example
Text Example
White with #CB660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB660A; }
p { color: rgb(203,102,10); }
H1.HeaderClassName
{
color: #CB660A;
}
.AnyTagClassName
{
color: #CB660A;
}
</style>
background-color css
<style>
a { background-color: #CB660A; }
a { background-color: rgb(203,102,10); }
div.DivClassName
{
background-color: #CB660A;
}
.BgClassName
{
background-color: #CB660A;
}
</style>
border-color css
<style>
span { border-color: #CB660A; }
span { border-color: rgb(203,102,10); }
td.TdClassName
{
border-color: #CB660A;
}
.TagClassName
{
border-color: #CB660A;
}
</style>