Shades of Raw Sienna #C68052
Tints of Raw Sienna #C68052
RGB
CMYK
RGB Variations
Color information
#C68052 (or 0xC68052) is known color: Raw Sienna. HEX triplet: C6, 80 and 52. RGB value is (198,128,82). Sum of RGB (Red+Green+Blue) = 198+128+82=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C68052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68052 is #397FAD. Grayscale: #8F8F8F. Windows color (decimal): -3768238 or 5406918. OLE color: 5406918.
HSL color Cylindrical-coordinate representation of color #C68052: hue angle of 23.79º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C68052 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 82 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.22 |
| HSL | 23.79º | 0.5% | 0.55% | - |
| HSV(B) | 23.79º | 0.59% | 0.78% | - |
| XYZ | 32.53 | 28.05 | 11.68 | - |
| YUV | 143.69 | 93.19 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 82 | 0 | 0.35 | 0.59 | 0.22 | 23.79 | 0.5 | 0.55 |
| Hex | C6 | 80 | 52 | 0 | 23 | 3B | 16 | 18 | 32 | 37 |
| Octal | 306 | 200 | 122 | 0 | 43 | 73 | 26 | 30 | 62 | 67 |
| Binary | 11000110 | 10000000 | 1010010 | 0 | 100011 | 111011 | 10110 | 11000 | 110010 | 110111 |
Color Harmonies of #C68052
Complementary color
Monochromatic Colors of #C68052
Black with #C68052
Text Example
Text Example
White with #C68052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68052; }
p { color: rgb(198,128,82); }
H1.HeaderClassName
{
color: #C68052;
}
.AnyTagClassName
{
color: #C68052;
}
</style>
background-color css
<style>
a { background-color: #C68052; }
a { background-color: rgb(198,128,82); }
div.DivClassName
{
background-color: #C68052;
}
.BgClassName
{
background-color: #C68052;
}
</style>
border-color css
<style>
span { border-color: #C68052; }
span { border-color: rgb(198,128,82); }
td.TdClassName
{
border-color: #C68052;
}
.TagClassName
{
border-color: #C68052;
}
</style>