Shades of Tenne (Tawny) #CE650B
Tints of Tenne (Tawny) #CE650B
RGB
CMYK
RGB Variations
Color information
#CE650B (or 0xCE650B) is known color: Tenne (Tawny). HEX triplet: CE, 65 and 0B. RGB value is (206,101,11). Sum of RGB (Red+Green+Blue) = 206+101+11=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE650B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE650B is #319AF4. Grayscale: #7A7A7A. Windows color (decimal): -3250933 or 746958. OLE color: 746958.
HSL color Cylindrical-coordinate representation of color #CE650B: hue angle of 27.69º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE650B is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 11 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.19 |
| HSL | 27.69º | 0.9% | 0.43% | - |
| HSV(B) | 27.69º | 0.95% | 0.81% | - |
| XYZ | 30.17 | 22.45 | 3.06 | - |
| YUV | 122.14 | 65.29 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 11 | 0 | 0.51 | 0.95 | 0.19 | 27.69 | 0.9 | 0.43 |
| Hex | CE | 65 | B | 0 | 33 | 5F | 13 | 1C | 5A | 2B |
| Octal | 316 | 145 | 13 | 0 | 63 | 137 | 23 | 34 | 132 | 53 |
| Binary | 11001110 | 1100101 | 1011 | 0 | 110011 | 1011111 | 10011 | 11100 | 1011010 | 101011 |
Color Harmonies of #CE650B
Complementary color
Monochromatic Colors of #CE650B
Black with #CE650B
Text Example
Text Example
White with #CE650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE650B; }
p { color: rgb(206,101,11); }
H1.HeaderClassName
{
color: #CE650B;
}
.AnyTagClassName
{
color: #CE650B;
}
</style>
background-color css
<style>
a { background-color: #CE650B; }
a { background-color: rgb(206,101,11); }
div.DivClassName
{
background-color: #CE650B;
}
.BgClassName
{
background-color: #CE650B;
}
</style>
border-color css
<style>
span { border-color: #CE650B; }
span { border-color: rgb(206,101,11); }
td.TdClassName
{
border-color: #CE650B;
}
.TagClassName
{
border-color: #CE650B;
}
</style>