Shades of Burning Sand #C68764
Tints of Burning Sand #C68764
RGB
CMYK
RGB Variations
Color information
#C68764 (or 0xC68764) is known color: Burning Sand. HEX triplet: C6, 87 and 64. RGB value is (198,135,100). Sum of RGB (Red+Green+Blue) = 198+135+100=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C68764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68764 is #39789B. Grayscale: #969696. Windows color (decimal): -3766428 or 6588358. OLE color: 6588358.
HSL color Cylindrical-coordinate representation of color #C68764: hue angle of 21.43º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C68764 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 135 | 100 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.22 |
| HSL | 21.43º | 0.46% | 0.58% | - |
| HSV(B) | 21.43º | 0.49% | 0.78% | - |
| XYZ | 34.25 | 30.25 | 16.09 | - |
| YUV | 149.85 | 99.87 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 135 | 100 | 0 | 0.32 | 0.49 | 0.22 | 21.43 | 0.46 | 0.58 |
| Hex | C6 | 87 | 64 | 0 | 20 | 31 | 16 | 15 | 2E | 3A |
| Octal | 306 | 207 | 144 | 0 | 40 | 61 | 26 | 25 | 56 | 72 |
| Binary | 11000110 | 10000111 | 1100100 | 0 | 100000 | 110001 | 10110 | 10101 | 101110 | 111010 |
Color Harmonies of #C68764
Complementary color
Monochromatic Colors of #C68764
Black with #C68764
Text Example
Text Example
White with #C68764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68764; }
p { color: rgb(198,135,100); }
H1.HeaderClassName
{
color: #C68764;
}
.AnyTagClassName
{
color: #C68764;
}
</style>
background-color css
<style>
a { background-color: #C68764; }
a { background-color: rgb(198,135,100); }
div.DivClassName
{
background-color: #C68764;
}
.BgClassName
{
background-color: #C68764;
}
</style>
border-color css
<style>
span { border-color: #C68764; }
span { border-color: rgb(198,135,100); }
td.TdClassName
{
border-color: #C68764;
}
.TagClassName
{
border-color: #C68764;
}
</style>