Shades of Tenne (Tawny) #CB620D
Tints of Tenne (Tawny) #CB620D
RGB
CMYK
RGB Variations
Color information
#CB620D (or 0xCB620D) is known color: Tenne (Tawny). HEX triplet: CB, 62 and 0D. RGB value is (203,98,13). Sum of RGB (Red+Green+Blue) = 203+98+13=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB620D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB620D is #349DF2. Grayscale: #787878. Windows color (decimal): -3448307 or 877259. OLE color: 877259.
HSL color Cylindrical-coordinate representation of color #CB620D: hue angle of 26.84º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB620D is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 13 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.20 |
| HSL | 26.84º | 0.88% | 0.42% | - |
| HSV(B) | 26.84º | 0.94% | 0.8% | - |
| XYZ | 29.07 | 21.46 | 2.99 | - |
| YUV | 119.71 | 67.79 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 13 | 0 | 0.52 | 0.94 | 0.20 | 26.84 | 0.88 | 0.42 |
| Hex | CB | 62 | D | 0 | 34 | 5E | 14 | 1B | 58 | 2A |
| Octal | 313 | 142 | 15 | 0 | 64 | 136 | 24 | 33 | 130 | 52 |
| Binary | 11001011 | 1100010 | 1101 | 0 | 110100 | 1011110 | 10100 | 11011 | 1011000 | 101010 |
Color Harmonies of #CB620D
Complementary color
Monochromatic Colors of #CB620D
Black with #CB620D
Text Example
Text Example
White with #CB620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB620D; }
p { color: rgb(203,98,13); }
H1.HeaderClassName
{
color: #CB620D;
}
.AnyTagClassName
{
color: #CB620D;
}
</style>
background-color css
<style>
a { background-color: #CB620D; }
a { background-color: rgb(203,98,13); }
div.DivClassName
{
background-color: #CB620D;
}
.BgClassName
{
background-color: #CB620D;
}
</style>
border-color css
<style>
span { border-color: #CB620D; }
span { border-color: rgb(203,98,13); }
td.TdClassName
{
border-color: #CB620D;
}
.TagClassName
{
border-color: #CB620D;
}
</style>