Shades of Burning Sand #C68366
Tints of Burning Sand #C68366
RGB
CMYK
RGB Variations
Color information
#C68366 (or 0xC68366) is known color: Burning Sand. HEX triplet: C6, 83 and 66. RGB value is (198,131,102). Sum of RGB (Red+Green+Blue) = 198+131+102=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C68366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68366 is #397C99. Grayscale: #939393. Windows color (decimal): -3767450 or 6718406. OLE color: 6718406.
HSL color Cylindrical-coordinate representation of color #C68366: hue angle of 18.12º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C68366 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 131 | 102 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.22 |
| HSL | 18.13º | 0.46% | 0.59% | - |
| HSV(B) | 18.13º | 0.48% | 0.78% | - |
| XYZ | 33.8 | 29.2 | 16.42 | - |
| YUV | 147.73 | 102.2 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 102 | 0 | 0.34 | 0.48 | 0.22 | 18.13 | 0.46 | 0.59 |
| Hex | C6 | 83 | 66 | 0 | 22 | 30 | 16 | 12 | 2E | 3B |
| Octal | 306 | 203 | 146 | 0 | 42 | 60 | 26 | 22 | 56 | 73 |
| Binary | 11000110 | 10000011 | 1100110 | 0 | 100010 | 110000 | 10110 | 10010 | 101110 | 111011 |
Color Harmonies of #C68366
Complementary color
Monochromatic Colors of #C68366
Black with #C68366
Text Example
Text Example
White with #C68366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68366; }
p { color: rgb(198,131,102); }
H1.HeaderClassName
{
color: #C68366;
}
.AnyTagClassName
{
color: #C68366;
}
</style>
background-color css
<style>
a { background-color: #C68366; }
a { background-color: rgb(198,131,102); }
div.DivClassName
{
background-color: #C68366;
}
.BgClassName
{
background-color: #C68366;
}
</style>
border-color css
<style>
span { border-color: #C68366; }
span { border-color: rgb(198,131,102); }
td.TdClassName
{
border-color: #C68366;
}
.TagClassName
{
border-color: #C68366;
}
</style>