Shades of Tenne (Tawny) #C36704
Tints of Tenne (Tawny) #C36704
RGB
CMYK
RGB Variations
Color information
#C36704 (or 0xC36704) is known color: Tenne (Tawny). HEX triplet: C3, 67 and 04. RGB value is (195,103,4). Sum of RGB (Red+Green+Blue) = 195+103+4=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C36704 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36704 is #3C98FB. Grayscale: #777777. Windows color (decimal): -3971324 or 288707. OLE color: 288707.
HSL color Cylindrical-coordinate representation of color #C36704: hue angle of 31.1º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C36704 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 103 | 4 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.24 |
| HSL | 31.1º | 0.96% | 0.39% | - |
| HSV(B) | 31.1º | 0.98% | 0.76% | - |
| XYZ | 27.38 | 21.31 | 2.79 | - |
| YUV | 119.22 | 62.98 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 4 | 0 | 0.47 | 0.98 | 0.24 | 31.1 | 0.96 | 0.39 |
| Hex | C3 | 67 | 4 | 0 | 2F | 62 | 18 | 1F | 60 | 27 |
| Octal | 303 | 147 | 4 | 0 | 57 | 142 | 30 | 37 | 140 | 47 |
| Binary | 11000011 | 1100111 | 100 | 0 | 101111 | 1100010 | 11000 | 11111 | 1100000 | 100111 |
Color Harmonies of #C36704
Complementary color
Monochromatic Colors of #C36704
Black with #C36704
Text Example
Text Example
White with #C36704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36704; }
p { color: rgb(195,103,4); }
H1.HeaderClassName
{
color: #C36704;
}
.AnyTagClassName
{
color: #C36704;
}
</style>
background-color css
<style>
a { background-color: #C36704; }
a { background-color: rgb(195,103,4); }
div.DivClassName
{
background-color: #C36704;
}
.BgClassName
{
background-color: #C36704;
}
</style>
border-color css
<style>
span { border-color: #C36704; }
span { border-color: rgb(195,103,4); }
td.TdClassName
{
border-color: #C36704;
}
.TagClassName
{
border-color: #C36704;
}
</style>