Shades of Tenne (Tawny) #C26708
Tints of Tenne (Tawny) #C26708
RGB
CMYK
RGB Variations
Color information
#C26708 (or 0xC26708) is known color: Tenne (Tawny). HEX triplet: C2, 67 and 08. RGB value is (194,103,8). Sum of RGB (Red+Green+Blue) = 194+103+8=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C26708 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26708 is #3D98F7. Grayscale: #777777. Windows color (decimal): -4036856 or 550850. OLE color: 550850.
HSL color Cylindrical-coordinate representation of color #C26708: hue angle of 30.65º degrees, saturation: 0.92, 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 #C26708 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 103 | 8 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.24 |
| HSL | 30.65º | 0.92% | 0.4% | - |
| HSV(B) | 30.65º | 0.96% | 0.76% | - |
| XYZ | 27.14 | 21.19 | 2.89 | - |
| YUV | 119.38 | 65.15 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 8 | 0 | 0.47 | 0.96 | 0.24 | 30.65 | 0.92 | 0.4 |
| Hex | C2 | 67 | 8 | 0 | 2F | 60 | 18 | 1F | 5C | 28 |
| Octal | 302 | 147 | 10 | 0 | 57 | 140 | 30 | 37 | 134 | 50 |
| Binary | 11000010 | 1100111 | 1000 | 0 | 101111 | 1100000 | 11000 | 11111 | 1011100 | 101000 |
Color Harmonies of #C26708
Complementary color
Monochromatic Colors of #C26708
Black with #C26708
Text Example
Text Example
White with #C26708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26708; }
p { color: rgb(194,103,8); }
H1.HeaderClassName
{
color: #C26708;
}
.AnyTagClassName
{
color: #C26708;
}
</style>
background-color css
<style>
a { background-color: #C26708; }
a { background-color: rgb(194,103,8); }
div.DivClassName
{
background-color: #C26708;
}
.BgClassName
{
background-color: #C26708;
}
</style>
border-color css
<style>
span { border-color: #C26708; }
span { border-color: rgb(194,103,8); }
td.TdClassName
{
border-color: #C26708;
}
.TagClassName
{
border-color: #C26708;
}
</style>