Shades of Raw Sienna #C68050
Tints of Raw Sienna #C68050
RGB
CMYK
RGB Variations
Color information
#C68050 (or 0xC68050) is known color: Raw Sienna. HEX triplet: C6, 80 and 50. RGB value is (198,128,80). Sum of RGB (Red+Green+Blue) = 198+128+80=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C68050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68050 is #397FAF. Grayscale: #8F8F8F. Windows color (decimal): -3768240 or 5275846. OLE color: 5275846.
HSL color Cylindrical-coordinate representation of color #C68050: hue angle of 24.41º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C68050 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 80 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.22 |
| HSL | 24.41º | 0.51% | 0.55% | - |
| HSV(B) | 24.41º | 0.6% | 0.78% | - |
| XYZ | 32.46 | 28.02 | 11.29 | - |
| YUV | 143.46 | 92.19 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 80 | 0 | 0.35 | 0.60 | 0.22 | 24.41 | 0.51 | 0.55 |
| Hex | C6 | 80 | 50 | 0 | 23 | 3C | 16 | 18 | 33 | 37 |
| Octal | 306 | 200 | 120 | 0 | 43 | 74 | 26 | 30 | 63 | 67 |
| Binary | 11000110 | 10000000 | 1010000 | 0 | 100011 | 111100 | 10110 | 11000 | 110011 | 110111 |
Color Harmonies of #C68050
Complementary color
Monochromatic Colors of #C68050
Black with #C68050
Text Example
Text Example
White with #C68050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68050; }
p { color: rgb(198,128,80); }
H1.HeaderClassName
{
color: #C68050;
}
.AnyTagClassName
{
color: #C68050;
}
</style>
background-color css
<style>
a { background-color: #C68050; }
a { background-color: rgb(198,128,80); }
div.DivClassName
{
background-color: #C68050;
}
.BgClassName
{
background-color: #C68050;
}
</style>
border-color css
<style>
span { border-color: #C68050; }
span { border-color: rgb(198,128,80); }
td.TdClassName
{
border-color: #C68050;
}
.TagClassName
{
border-color: #C68050;
}
</style>