Shades of Burning Sand #C6845F
Tints of Burning Sand #C6845F
RGB
CMYK
RGB Variations
Color information
#C6845F (or 0xC6845F) is known color: Burning Sand. HEX triplet: C6, 84 and 5F. RGB value is (198,132,95). Sum of RGB (Red+Green+Blue) = 198+132+95=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C6845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6845F is #397BA0. Grayscale: #939393. Windows color (decimal): -3767201 or 6259910. OLE color: 6259910.
HSL color Cylindrical-coordinate representation of color #C6845F: hue angle of 21.55º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6845F is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 95 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.22 |
| HSL | 21.55º | 0.47% | 0.57% | - |
| HSV(B) | 21.55º | 0.52% | 0.78% | - |
| XYZ | 33.61 | 29.33 | 14.72 | - |
| YUV | 147.52 | 98.37 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 95 | 0 | 0.33 | 0.52 | 0.22 | 21.55 | 0.47 | 0.57 |
| Hex | C6 | 84 | 5F | 0 | 21 | 34 | 16 | 16 | 2F | 39 |
| Octal | 306 | 204 | 137 | 0 | 41 | 64 | 26 | 26 | 57 | 71 |
| Binary | 11000110 | 10000100 | 1011111 | 0 | 100001 | 110100 | 10110 | 10110 | 101111 | 111001 |
Color Harmonies of #C6845F
Complementary color
Monochromatic Colors of #C6845F
Black with #C6845F
Text Example
Text Example
White with #C6845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6845F; }
p { color: rgb(198,132,95); }
H1.HeaderClassName
{
color: #C6845F;
}
.AnyTagClassName
{
color: #C6845F;
}
</style>
background-color css
<style>
a { background-color: #C6845F; }
a { background-color: rgb(198,132,95); }
div.DivClassName
{
background-color: #C6845F;
}
.BgClassName
{
background-color: #C6845F;
}
</style>
border-color css
<style>
span { border-color: #C6845F; }
span { border-color: rgb(198,132,95); }
td.TdClassName
{
border-color: #C6845F;
}
.TagClassName
{
border-color: #C6845F;
}
</style>