Shades of Tenne (Tawny) #C7650D
Tints of Tenne (Tawny) #C7650D
RGB
CMYK
RGB Variations
Color information
#C7650D (or 0xC7650D) is known color: Tenne (Tawny). HEX triplet: C7, 65 and 0D. RGB value is (199,101,13). Sum of RGB (Red+Green+Blue) = 199+101+13=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7650D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7650D is #389AF2. Grayscale: #787878. Windows color (decimal): -3709683 or 878023. OLE color: 878023.
HSL color Cylindrical-coordinate representation of color #C7650D: hue angle of 28.39º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7650D is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 13 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.22 |
| HSL | 28.39º | 0.88% | 0.42% | - |
| HSV(B) | 28.39º | 0.93% | 0.78% | - |
| XYZ | 28.28 | 21.48 | 3.04 | - |
| YUV | 120.27 | 67.47 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 13 | 0 | 0.49 | 0.93 | 0.22 | 28.39 | 0.88 | 0.42 |
| Hex | C7 | 65 | D | 0 | 31 | 5D | 16 | 1C | 58 | 2A |
| Octal | 307 | 145 | 15 | 0 | 61 | 135 | 26 | 34 | 130 | 52 |
| Binary | 11000111 | 1100101 | 1101 | 0 | 110001 | 1011101 | 10110 | 11100 | 1011000 | 101010 |
Color Harmonies of #C7650D
Complementary color
Monochromatic Colors of #C7650D
Black with #C7650D
Text Example
Text Example
White with #C7650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7650D; }
p { color: rgb(199,101,13); }
H1.HeaderClassName
{
color: #C7650D;
}
.AnyTagClassName
{
color: #C7650D;
}
</style>
background-color css
<style>
a { background-color: #C7650D; }
a { background-color: rgb(199,101,13); }
div.DivClassName
{
background-color: #C7650D;
}
.BgClassName
{
background-color: #C7650D;
}
</style>
border-color css
<style>
span { border-color: #C7650D; }
span { border-color: rgb(199,101,13); }
td.TdClassName
{
border-color: #C7650D;
}
.TagClassName
{
border-color: #C7650D;
}
</style>