Shades of Burning Sand #C6815F
Tints of Burning Sand #C6815F
RGB
CMYK
RGB Variations
Color information
#C6815F (or 0xC6815F) is known color: Burning Sand. HEX triplet: C6, 81 and 5F. RGB value is (198,129,95). Sum of RGB (Red+Green+Blue) = 198+129+95=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6815F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6815F is #397EA0. Grayscale: #919191. Windows color (decimal): -3767969 or 6259142. OLE color: 6259142.
HSL color Cylindrical-coordinate representation of color #C6815F: hue angle of 19.81º 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 #C6815F is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 95 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.22 |
| HSL | 19.81º | 0.47% | 0.57% | - |
| HSV(B) | 19.81º | 0.52% | 0.78% | - |
| XYZ | 33.2 | 28.53 | 14.58 | - |
| YUV | 145.76 | 99.36 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 95 | 0 | 0.35 | 0.52 | 0.22 | 19.81 | 0.47 | 0.57 |
| Hex | C6 | 81 | 5F | 0 | 23 | 34 | 16 | 14 | 2F | 39 |
| Octal | 306 | 201 | 137 | 0 | 43 | 64 | 26 | 24 | 57 | 71 |
| Binary | 11000110 | 10000001 | 1011111 | 0 | 100011 | 110100 | 10110 | 10100 | 101111 | 111001 |
Color Harmonies of #C6815F
Complementary color
Monochromatic Colors of #C6815F
Black with #C6815F
Text Example
Text Example
White with #C6815F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6815F; }
p { color: rgb(198,129,95); }
H1.HeaderClassName
{
color: #C6815F;
}
.AnyTagClassName
{
color: #C6815F;
}
</style>
background-color css
<style>
a { background-color: #C6815F; }
a { background-color: rgb(198,129,95); }
div.DivClassName
{
background-color: #C6815F;
}
.BgClassName
{
background-color: #C6815F;
}
</style>
border-color css
<style>
span { border-color: #C6815F; }
span { border-color: rgb(198,129,95); }
td.TdClassName
{
border-color: #C6815F;
}
.TagClassName
{
border-color: #C6815F;
}
</style>