Shades of Burning Sand #C6845B
Tints of Burning Sand #C6845B
RGB
CMYK
RGB Variations
Color information
#C6845B (or 0xC6845B) is known color: Burning Sand. HEX triplet: C6, 84 and 5B. RGB value is (198,132,91). Sum of RGB (Red+Green+Blue) = 198+132+91=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6845B is #397BA4. Grayscale: #939393. Windows color (decimal): -3767205 or 5997766. OLE color: 5997766.
HSL color Cylindrical-coordinate representation of color #C6845B: hue angle of 22.99º 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 #C6845B is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 91 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.22 |
| HSL | 22.99º | 0.48% | 0.57% | - |
| HSV(B) | 22.99º | 0.54% | 0.78% | - |
| XYZ | 33.43 | 29.26 | 13.78 | - |
| YUV | 147.06 | 96.37 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 91 | 0 | 0.33 | 0.54 | 0.22 | 22.99 | 0.48 | 0.57 |
| Hex | C6 | 84 | 5B | 0 | 21 | 36 | 16 | 17 | 30 | 39 |
| Octal | 306 | 204 | 133 | 0 | 41 | 66 | 26 | 27 | 60 | 71 |
| Binary | 11000110 | 10000100 | 1011011 | 0 | 100001 | 110110 | 10110 | 10111 | 110000 | 111001 |
Color Harmonies of #C6845B
Complementary color
Monochromatic Colors of #C6845B
Black with #C6845B
Text Example
Text Example
White with #C6845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6845B; }
p { color: rgb(198,132,91); }
H1.HeaderClassName
{
color: #C6845B;
}
.AnyTagClassName
{
color: #C6845B;
}
</style>
background-color css
<style>
a { background-color: #C6845B; }
a { background-color: rgb(198,132,91); }
div.DivClassName
{
background-color: #C6845B;
}
.BgClassName
{
background-color: #C6845B;
}
</style>
border-color css
<style>
span { border-color: #C6845B; }
span { border-color: rgb(198,132,91); }
td.TdClassName
{
border-color: #C6845B;
}
.TagClassName
{
border-color: #C6845B;
}
</style>