Shades of Burning Sand #C6855F
Tints of Burning Sand #C6855F
RGB
CMYK
RGB Variations
Color information
#C6855F (or 0xC6855F) is known color: Burning Sand. HEX triplet: C6, 85 and 5F. RGB value is (198,133,95). Sum of RGB (Red+Green+Blue) = 198+133+95=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C6855F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6855F is #397AA0. Grayscale: #949494. Windows color (decimal): -3766945 or 6260166. OLE color: 6260166.
HSL color Cylindrical-coordinate representation of color #C6855F: hue angle of 22.14º 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 #C6855F is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 95 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.22 |
| HSL | 22.14º | 0.47% | 0.57% | - |
| HSV(B) | 22.14º | 0.52% | 0.78% | - |
| XYZ | 33.74 | 29.61 | 14.76 | - |
| YUV | 148.1 | 98.03 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 95 | 0 | 0.33 | 0.52 | 0.22 | 22.14 | 0.47 | 0.57 |
| Hex | C6 | 85 | 5F | 0 | 21 | 34 | 16 | 16 | 2F | 39 |
| Octal | 306 | 205 | 137 | 0 | 41 | 64 | 26 | 26 | 57 | 71 |
| Binary | 11000110 | 10000101 | 1011111 | 0 | 100001 | 110100 | 10110 | 10110 | 101111 | 111001 |
Color Harmonies of #C6855F
Complementary color
Monochromatic Colors of #C6855F
Black with #C6855F
Text Example
Text Example
White with #C6855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6855F; }
p { color: rgb(198,133,95); }
H1.HeaderClassName
{
color: #C6855F;
}
.AnyTagClassName
{
color: #C6855F;
}
</style>
background-color css
<style>
a { background-color: #C6855F; }
a { background-color: rgb(198,133,95); }
div.DivClassName
{
background-color: #C6855F;
}
.BgClassName
{
background-color: #C6855F;
}
</style>
border-color css
<style>
span { border-color: #C6855F; }
span { border-color: rgb(198,133,95); }
td.TdClassName
{
border-color: #C6855F;
}
.TagClassName
{
border-color: #C6855F;
}
</style>