Shades of Burning Sand #C6875F
Tints of Burning Sand #C6875F
RGB
CMYK
RGB Variations
Color information
#C6875F (or 0xC6875F) is known color: Burning Sand. HEX triplet: C6, 87 and 5F. RGB value is (198,135,95). Sum of RGB (Red+Green+Blue) = 198+135+95=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C6875F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6875F is #3978A0. Grayscale: #959595. Windows color (decimal): -3766433 or 6260678. OLE color: 6260678.
HSL color Cylindrical-coordinate representation of color #C6875F: hue angle of 23.3º 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 #C6875F is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 135 | 95 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.22 |
| HSL | 23.3º | 0.47% | 0.57% | - |
| HSV(B) | 23.3º | 0.52% | 0.78% | - |
| XYZ | 34.02 | 30.16 | 14.85 | - |
| YUV | 149.28 | 97.37 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 135 | 95 | 0 | 0.32 | 0.52 | 0.22 | 23.3 | 0.47 | 0.57 |
| Hex | C6 | 87 | 5F | 0 | 20 | 34 | 16 | 17 | 2F | 39 |
| Octal | 306 | 207 | 137 | 0 | 40 | 64 | 26 | 27 | 57 | 71 |
| Binary | 11000110 | 10000111 | 1011111 | 0 | 100000 | 110100 | 10110 | 10111 | 101111 | 111001 |
Color Harmonies of #C6875F
Complementary color
Monochromatic Colors of #C6875F
Black with #C6875F
Text Example
Text Example
White with #C6875F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6875F; }
p { color: rgb(198,135,95); }
H1.HeaderClassName
{
color: #C6875F;
}
.AnyTagClassName
{
color: #C6875F;
}
</style>
background-color css
<style>
a { background-color: #C6875F; }
a { background-color: rgb(198,135,95); }
div.DivClassName
{
background-color: #C6875F;
}
.BgClassName
{
background-color: #C6875F;
}
</style>
border-color css
<style>
span { border-color: #C6875F; }
span { border-color: rgb(198,135,95); }
td.TdClassName
{
border-color: #C6875F;
}
.TagClassName
{
border-color: #C6875F;
}
</style>