Shades of Tenne (Tawny) #C4650B
Tints of Tenne (Tawny) #C4650B
RGB
CMYK
RGB Variations
Color information
#C4650B (or 0xC4650B) is known color: Tenne (Tawny). HEX triplet: C4, 65 and 0B. RGB value is (196,101,11). Sum of RGB (Red+Green+Blue) = 196+101+11=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C4650B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4650B is #3B9AF4. Grayscale: #777777. Windows color (decimal): -3906293 or 746948. OLE color: 746948.
HSL color Cylindrical-coordinate representation of color #C4650B: hue angle of 29.19º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4650B is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 101 | 11 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.23 |
| HSL | 29.19º | 0.89% | 0.41% | - |
| HSV(B) | 29.19º | 0.94% | 0.77% | - |
| XYZ | 27.48 | 21.07 | 2.93 | - |
| YUV | 119.15 | 66.97 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 101 | 11 | 0 | 0.48 | 0.94 | 0.23 | 29.19 | 0.89 | 0.41 |
| Hex | C4 | 65 | B | 0 | 30 | 5E | 17 | 1D | 59 | 29 |
| Octal | 304 | 145 | 13 | 0 | 60 | 136 | 27 | 35 | 131 | 51 |
| Binary | 11000100 | 1100101 | 1011 | 0 | 110000 | 1011110 | 10111 | 11101 | 1011001 | 101001 |
Color Harmonies of #C4650B
Complementary color
Monochromatic Colors of #C4650B
Black with #C4650B
Text Example
Text Example
White with #C4650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4650B; }
p { color: rgb(196,101,11); }
H1.HeaderClassName
{
color: #C4650B;
}
.AnyTagClassName
{
color: #C4650B;
}
</style>
background-color css
<style>
a { background-color: #C4650B; }
a { background-color: rgb(196,101,11); }
div.DivClassName
{
background-color: #C4650B;
}
.BgClassName
{
background-color: #C4650B;
}
</style>
border-color css
<style>
span { border-color: #C4650B; }
span { border-color: rgb(196,101,11); }
td.TdClassName
{
border-color: #C4650B;
}
.TagClassName
{
border-color: #C4650B;
}
</style>