#C68460

Color #C68460 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #C68460

Tints of Burning Sand #C68460

Color information

#C68460 (or 0xC68460) is unknown color: approx Burning Sand. HEX triplet: C6, 84 and 60. RGB value is (198,132,96). Sum of RGB (Red+Green+Blue) = 198+132+96=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C68460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68460 is #397B9F. Grayscale: #939393. Windows color (decimal): -3767200 or 6325446. OLE color: 6325446.

HSL color Cylindrical-coordinate representation of color #C68460: hue angle of 21.18º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C68460 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB19813296-
CMYK00.330.520.22
HSL21.18º47.22%57.65%-
HSV(B)21.18º51.52%77.65%-
XYZ33.6529.3514.96-
YUV147.6398.87163.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 46.48%
GREEN value IS 132 (51.95% from 255) = 30.99%
BLUE value IS 96 (37.89% from 255) = 22.54%
R=46.48%
G=30.99%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981329600.330.520.2221.1847.2257.65
HexC684600213416152f3a
Octal3062041400416426255772
Binary1100011010000100110000001000011101001011010101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68460; }

 p { color: rgb(198,132,96); }

 H1.HeaderClassName
 {
   color: #C68460;
 }
 .AnyTagClassName
 {
   color: #C68460;
 }
</style>
background-color css

<style>
 a { background-color: #C68460; }

 a { background-color: rgb(198,132,96); }

 div.DivClassName
 {
   background-color: #C68460;
 }
 .BgClassName
 {
   background-color: #C68460;
 }
</style>
border-color css

<style>
 span { border-color: #C68460; }

 span { border-color: rgb(198,132,96); }

 td.TdClassName
 {
   border-color: #C68460;
 }
 .TagClassName
 {
   border-color: #C68460;
 }
</style>