Shades of Burning Sand #C6856A
Tints of Burning Sand #C6856A
RGB
CMYK
RGB Variations
Color information
#C6856A (or 0xC6856A) is known color: Burning Sand. HEX triplet: C6, 85 and 6A. RGB value is (198,133,106). Sum of RGB (Red+Green+Blue) = 198+133+106=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6856A is #397A95. Grayscale: #959595. Windows color (decimal): -3766934 or 6981062. OLE color: 6981062.
HSL color Cylindrical-coordinate representation of color #C6856A: hue angle of 17.61º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6856A is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 106 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.22 |
| HSL | 17.61º | 0.45% | 0.6% | - |
| HSV(B) | 17.61º | 0.46% | 0.78% | - |
| XYZ | 34.28 | 29.82 | 17.59 | - |
| YUV | 149.36 | 103.53 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 106 | 0 | 0.33 | 0.46 | 0.22 | 17.61 | 0.45 | 0.6 |
| Hex | C6 | 85 | 6A | 0 | 21 | 2E | 16 | 12 | 2D | 3C |
| Octal | 306 | 205 | 152 | 0 | 41 | 56 | 26 | 22 | 55 | 74 |
| Binary | 11000110 | 10000101 | 1101010 | 0 | 100001 | 101110 | 10110 | 10010 | 101101 | 111100 |
Color Harmonies of #C6856A
Complementary color
Monochromatic Colors of #C6856A
Black with #C6856A
Text Example
Text Example
White with #C6856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6856A; }
p { color: rgb(198,133,106); }
H1.HeaderClassName
{
color: #C6856A;
}
.AnyTagClassName
{
color: #C6856A;
}
</style>
background-color css
<style>
a { background-color: #C6856A; }
a { background-color: rgb(198,133,106); }
div.DivClassName
{
background-color: #C6856A;
}
.BgClassName
{
background-color: #C6856A;
}
</style>
border-color css
<style>
span { border-color: #C6856A; }
span { border-color: rgb(198,133,106); }
td.TdClassName
{
border-color: #C6856A;
}
.TagClassName
{
border-color: #C6856A;
}
</style>