Shades of Burning Sand #C6845C
Tints of Burning Sand #C6845C
RGB
CMYK
RGB Variations
Color information
#C6845C (or 0xC6845C) is known color: Burning Sand. HEX triplet: C6, 84 and 5C. RGB value is (198,132,92). Sum of RGB (Red+Green+Blue) = 198+132+92=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6845C is #397BA3. Grayscale: #939393. Windows color (decimal): -3767204 or 6063302. OLE color: 6063302.
HSL color Cylindrical-coordinate representation of color #C6845C: hue angle of 22.64º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6845C is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 92 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.22 |
| HSL | 22.64º | 0.48% | 0.57% | - |
| HSV(B) | 22.64º | 0.54% | 0.78% | - |
| XYZ | 33.47 | 29.28 | 14.01 | - |
| YUV | 147.17 | 96.87 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 92 | 0 | 0.33 | 0.54 | 0.22 | 22.64 | 0.48 | 0.57 |
| Hex | C6 | 84 | 5C | 0 | 21 | 36 | 16 | 17 | 30 | 39 |
| Octal | 306 | 204 | 134 | 0 | 41 | 66 | 26 | 27 | 60 | 71 |
| Binary | 11000110 | 10000100 | 1011100 | 0 | 100001 | 110110 | 10110 | 10111 | 110000 | 111001 |
Color Harmonies of #C6845C
Complementary color
Monochromatic Colors of #C6845C
Black with #C6845C
Text Example
Text Example
White with #C6845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6845C; }
p { color: rgb(198,132,92); }
H1.HeaderClassName
{
color: #C6845C;
}
.AnyTagClassName
{
color: #C6845C;
}
</style>
background-color css
<style>
a { background-color: #C6845C; }
a { background-color: rgb(198,132,92); }
div.DivClassName
{
background-color: #C6845C;
}
.BgClassName
{
background-color: #C6845C;
}
</style>
border-color css
<style>
span { border-color: #C6845C; }
span { border-color: rgb(198,132,92); }
td.TdClassName
{
border-color: #C6845C;
}
.TagClassName
{
border-color: #C6845C;
}
</style>