Shades of Rust #C64706
Tints of Rust #C64706
RGB
CMYK
RGB Variations
Color information
#C64706 (or 0xC64706) is known color: Rust. HEX triplet: C6, 47 and 06. RGB value is (198,71,6). Sum of RGB (Red+Green+Blue) = 198+71+6=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C64706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64706 is #39B8F9. Grayscale: #656565. Windows color (decimal): -3782906 or 411590. OLE color: 411590.
HSL color Cylindrical-coordinate representation of color #C64706: hue angle of 20.31º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C64706 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 6 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.22 |
| HSL | 20.31º | 0.94% | 0.4% | - |
| HSV(B) | 20.31º | 0.97% | 0.78% | - |
| XYZ | 25.57 | 16.53 | 2.01 | - |
| YUV | 101.56 | 74.08 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 6 | 0 | 0.64 | 0.97 | 0.22 | 20.31 | 0.94 | 0.4 |
| Hex | C6 | 47 | 6 | 0 | 40 | 61 | 16 | 14 | 5E | 28 |
| Octal | 306 | 107 | 6 | 0 | 100 | 141 | 26 | 24 | 136 | 50 |
| Binary | 11000110 | 1000111 | 110 | 0 | 1000000 | 1100001 | 10110 | 10100 | 1011110 | 101000 |
Color Harmonies of #C64706
Complementary color
Monochromatic Colors of #C64706
Black with #C64706
Text Example
Text Example
White with #C64706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64706; }
p { color: rgb(198,71,6); }
H1.HeaderClassName
{
color: #C64706;
}
.AnyTagClassName
{
color: #C64706;
}
</style>
background-color css
<style>
a { background-color: #C64706; }
a { background-color: rgb(198,71,6); }
div.DivClassName
{
background-color: #C64706;
}
.BgClassName
{
background-color: #C64706;
}
</style>
border-color css
<style>
span { border-color: #C64706; }
span { border-color: rgb(198,71,6); }
td.TdClassName
{
border-color: #C64706;
}
.TagClassName
{
border-color: #C64706;
}
</style>