Shades of Tenne (Tawny) #CB6F05
Tints of Tenne (Tawny) #CB6F05
RGB
CMYK
RGB Variations
Color information
#CB6F05 (or 0xCB6F05) is known color: Tenne (Tawny). HEX triplet: CB, 6F and 05. RGB value is (203,111,5). Sum of RGB (Red+Green+Blue) = 203+111+5=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6F05 is #3490FA. Grayscale: #7E7E7E. Windows color (decimal): -3444987 or 356299. OLE color: 356299.
HSL color Cylindrical-coordinate representation of color #CB6F05: hue angle of 32.12º degrees, saturation: 0.95, 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 #CB6F05 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 111 | 5 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.20 |
| HSL | 32.12º | 0.95% | 0.41% | - |
| HSV(B) | 32.12º | 0.98% | 0.8% | - |
| XYZ | 30.34 | 24.08 | 3.19 | - |
| YUV | 126.42 | 59.48 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 5 | 0 | 0.45 | 0.98 | 0.20 | 32.12 | 0.95 | 0.41 |
| Hex | CB | 6F | 5 | 0 | 2D | 62 | 14 | 20 | 5F | 29 |
| Octal | 313 | 157 | 5 | 0 | 55 | 142 | 24 | 40 | 137 | 51 |
| Binary | 11001011 | 1101111 | 101 | 0 | 101101 | 1100010 | 10100 | 100000 | 1011111 | 101001 |
Color Harmonies of #CB6F05
Complementary color
Monochromatic Colors of #CB6F05
Black with #CB6F05
Text Example
Text Example
White with #CB6F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6F05; }
p { color: rgb(203,111,5); }
H1.HeaderClassName
{
color: #CB6F05;
}
.AnyTagClassName
{
color: #CB6F05;
}
</style>
background-color css
<style>
a { background-color: #CB6F05; }
a { background-color: rgb(203,111,5); }
div.DivClassName
{
background-color: #CB6F05;
}
.BgClassName
{
background-color: #CB6F05;
}
</style>
border-color css
<style>
span { border-color: #CB6F05; }
span { border-color: rgb(203,111,5); }
td.TdClassName
{
border-color: #CB6F05;
}
.TagClassName
{
border-color: #CB6F05;
}
</style>