Shades of Tenne (Tawny) #C36D07
Tints of Tenne (Tawny) #C36D07
RGB
CMYK
RGB Variations
Color information
#C36D07 (or 0xC36D07) is known color: Tenne (Tawny). HEX triplet: C3, 6D and 07. RGB value is (195,109,7). Sum of RGB (Red+Green+Blue) = 195+109+7=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36D07 is #3C92F8. Grayscale: #7B7B7B. Windows color (decimal): -3969785 or 486851. OLE color: 486851.
HSL color Cylindrical-coordinate representation of color #C36D07: hue angle of 32.55º 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 #C36D07 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 7 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.24 |
| HSL | 32.55º | 0.93% | 0.4% | - |
| HSV(B) | 32.55º | 0.96% | 0.76% | - |
| XYZ | 28.01 | 22.55 | 3.08 | - |
| YUV | 123.09 | 62.49 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 7 | 0 | 0.44 | 0.96 | 0.24 | 32.55 | 0.93 | 0.4 |
| Hex | C3 | 6D | 7 | 0 | 2C | 60 | 18 | 21 | 5D | 28 |
| Octal | 303 | 155 | 7 | 0 | 54 | 140 | 30 | 41 | 135 | 50 |
| Binary | 11000011 | 1101101 | 111 | 0 | 101100 | 1100000 | 11000 | 100001 | 1011101 | 101000 |
Color Harmonies of #C36D07
Complementary color
Monochromatic Colors of #C36D07
Black with #C36D07
Text Example
Text Example
White with #C36D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D07; }
p { color: rgb(195,109,7); }
H1.HeaderClassName
{
color: #C36D07;
}
.AnyTagClassName
{
color: #C36D07;
}
</style>
background-color css
<style>
a { background-color: #C36D07; }
a { background-color: rgb(195,109,7); }
div.DivClassName
{
background-color: #C36D07;
}
.BgClassName
{
background-color: #C36D07;
}
</style>
border-color css
<style>
span { border-color: #C36D07; }
span { border-color: rgb(195,109,7); }
td.TdClassName
{
border-color: #C36D07;
}
.TagClassName
{
border-color: #C36D07;
}
</style>