Shades of Tenne (Tawny) #C65B00
Tints of Tenne (Tawny) #C65B00
RGB
CMYK
RGB Variations
Color information
#C65B00 (or 0xC65B00) is known color: Tenne (Tawny). HEX triplet: C6, 5B and 00. RGB value is (198,91,0). Sum of RGB (Red+Green+Blue) = 198+91+0=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65B00 is #39A4FF. Grayscale: #717171. Windows color (decimal): -3777792 or 23494. OLE color: 23494.
HSL color Cylindrical-coordinate representation of color #C65B00: hue angle of 27.58º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C65B00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 91 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.22 |
| HSL | 27.58º | 1% | 0.39% | - |
| HSV(B) | 27.58º | 1% | 0.78% | - |
| XYZ | 27.03 | 19.49 | 2.34 | - |
| YUV | 112.62 | 64.45 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 0 | 0 | 0.54 | 1 | 0.22 | 27.58 | 1 | 0.39 |
| Hex | C6 | 5B | 0 | 0 | 36 | 64 | 16 | 1C | 64 | 27 |
| Octal | 306 | 133 | 0 | 0 | 66 | 144 | 26 | 34 | 144 | 47 |
| Binary | 11000110 | 1011011 | 0 | 0 | 110110 | 1100100 | 10110 | 11100 | 1100100 | 100111 |
Color Harmonies of #C65B00
Complementary color
Monochromatic Colors of #C65B00
Black with #C65B00
Text Example
Text Example
White with #C65B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65B00; }
p { color: rgb(198,91,0); }
H1.HeaderClassName
{
color: #C65B00;
}
.AnyTagClassName
{
color: #C65B00;
}
</style>
background-color css
<style>
a { background-color: #C65B00; }
a { background-color: rgb(198,91,0); }
div.DivClassName
{
background-color: #C65B00;
}
.BgClassName
{
background-color: #C65B00;
}
</style>
border-color css
<style>
span { border-color: #C65B00; }
span { border-color: rgb(198,91,0); }
td.TdClassName
{
border-color: #C65B00;
}
.TagClassName
{
border-color: #C65B00;
}
</style>