Shades of Tenne (Tawny) #C36707
Tints of Tenne (Tawny) #C36707
RGB
CMYK
RGB Variations
Color information
#C36707 (or 0xC36707) is known color: Tenne (Tawny). HEX triplet: C3, 67 and 07. RGB value is (195,103,7). Sum of RGB (Red+Green+Blue) = 195+103+7=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C36707 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36707 is #3C98F8. Grayscale: #787878. Windows color (decimal): -3971321 or 485315. OLE color: 485315.
HSL color Cylindrical-coordinate representation of color #C36707: hue angle of 30.64º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C36707 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 103 | 7 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.24 |
| HSL | 30.64º | 0.93% | 0.4% | - |
| HSV(B) | 30.64º | 0.96% | 0.76% | - |
| XYZ | 27.39 | 21.32 | 2.87 | - |
| YUV | 119.56 | 64.48 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 7 | 0 | 0.47 | 0.96 | 0.24 | 30.64 | 0.93 | 0.4 |
| Hex | C3 | 67 | 7 | 0 | 2F | 60 | 18 | 1F | 5D | 28 |
| Octal | 303 | 147 | 7 | 0 | 57 | 140 | 30 | 37 | 135 | 50 |
| Binary | 11000011 | 1100111 | 111 | 0 | 101111 | 1100000 | 11000 | 11111 | 1011101 | 101000 |
Color Harmonies of #C36707
Complementary color
Monochromatic Colors of #C36707
Black with #C36707
Text Example
Text Example
White with #C36707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36707; }
p { color: rgb(195,103,7); }
H1.HeaderClassName
{
color: #C36707;
}
.AnyTagClassName
{
color: #C36707;
}
</style>
background-color css
<style>
a { background-color: #C36707; }
a { background-color: rgb(195,103,7); }
div.DivClassName
{
background-color: #C36707;
}
.BgClassName
{
background-color: #C36707;
}
</style>
border-color css
<style>
span { border-color: #C36707; }
span { border-color: rgb(195,103,7); }
td.TdClassName
{
border-color: #C36707;
}
.TagClassName
{
border-color: #C36707;
}
</style>