Shades of Tenne (Tawny) #CB6805
Tints of Tenne (Tawny) #CB6805
RGB
CMYK
RGB Variations
Color information
#CB6805 (or 0xCB6805) is known color: Tenne (Tawny). HEX triplet: CB, 68 and 05. RGB value is (203,104,5). Sum of RGB (Red+Green+Blue) = 203+104+5=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6805 is #3497FA. Grayscale: #7A7A7A. Windows color (decimal): -3446779 or 354507. OLE color: 354507.
HSL color Cylindrical-coordinate representation of color #CB6805: hue angle of 30º 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 #CB6805 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 5 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.20 |
| HSL | 30º | 0.95% | 0.41% | - |
| HSV(B) | 30º | 0.98% | 0.8% | - |
| XYZ | 29.61 | 22.61 | 2.95 | - |
| YUV | 122.32 | 61.8 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 5 | 0 | 0.49 | 0.98 | 0.20 | 30 | 0.95 | 0.41 |
| Hex | CB | 68 | 5 | 0 | 31 | 62 | 14 | 1E | 5F | 29 |
| Octal | 313 | 150 | 5 | 0 | 61 | 142 | 24 | 36 | 137 | 51 |
| Binary | 11001011 | 1101000 | 101 | 0 | 110001 | 1100010 | 10100 | 11110 | 1011111 | 101001 |
Color Harmonies of #CB6805
Complementary color
Monochromatic Colors of #CB6805
Black with #CB6805
Text Example
Text Example
White with #CB6805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6805; }
p { color: rgb(203,104,5); }
H1.HeaderClassName
{
color: #CB6805;
}
.AnyTagClassName
{
color: #CB6805;
}
</style>
background-color css
<style>
a { background-color: #CB6805; }
a { background-color: rgb(203,104,5); }
div.DivClassName
{
background-color: #CB6805;
}
.BgClassName
{
background-color: #CB6805;
}
</style>
border-color css
<style>
span { border-color: #CB6805; }
span { border-color: rgb(203,104,5); }
td.TdClassName
{
border-color: #CB6805;
}
.TagClassName
{
border-color: #CB6805;
}
</style>