Shades of Tenne (Tawny) #C36B01
Tints of Tenne (Tawny) #C36B01
RGB
CMYK
RGB Variations
Color information
#C36B01 (or 0xC36B01) is known color: Tenne (Tawny). HEX triplet: C3, 6B and 01. RGB value is (195,107,1). Sum of RGB (Red+Green+Blue) = 195+107+1=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36B01 is #3C94FE. Grayscale: #797979. Windows color (decimal): -3970303 or 93123. OLE color: 93123.
HSL color Cylindrical-coordinate representation of color #C36B01: hue angle of 32.78º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C36B01 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 107 | 1 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.24 |
| HSL | 32.78º | 0.99% | 0.38% | - |
| HSV(B) | 32.78º | 0.99% | 0.76% | - |
| XYZ | 27.77 | 22.12 | 2.83 | - |
| YUV | 121.23 | 60.15 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 1 | 0 | 0.45 | 0.99 | 0.24 | 32.78 | 0.99 | 0.38 |
| Hex | C3 | 6B | 1 | 0 | 2D | 63 | 18 | 21 | 63 | 26 |
| Octal | 303 | 153 | 1 | 0 | 55 | 143 | 30 | 41 | 143 | 46 |
| Binary | 11000011 | 1101011 | 1 | 0 | 101101 | 1100011 | 11000 | 100001 | 1100011 | 100110 |
Color Harmonies of #C36B01
Complementary color
Monochromatic Colors of #C36B01
Black with #C36B01
Text Example
Text Example
White with #C36B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36B01; }
p { color: rgb(195,107,1); }
H1.HeaderClassName
{
color: #C36B01;
}
.AnyTagClassName
{
color: #C36B01;
}
</style>
background-color css
<style>
a { background-color: #C36B01; }
a { background-color: rgb(195,107,1); }
div.DivClassName
{
background-color: #C36B01;
}
.BgClassName
{
background-color: #C36B01;
}
</style>
border-color css
<style>
span { border-color: #C36B01; }
span { border-color: rgb(195,107,1); }
td.TdClassName
{
border-color: #C36B01;
}
.TagClassName
{
border-color: #C36B01;
}
</style>