#C68370

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

Shades of Burning Sand #C68370

Tints of Burning Sand #C68370

Color information

#C68370 (or 0xC68370) is unknown color: approx Burning Sand. HEX triplet: C6, 83 and 70. RGB value is (198,131,112). Sum of RGB (Red+Green+Blue) = 198+131+112=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C68370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68370 is #397C8F. Grayscale: #959595. Windows color (decimal): -3767440 or 7373766. OLE color: 7373766.

HSL color Cylindrical-coordinate representation of color #C68370: hue angle of 13.26º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C68370 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB198131112-
CMYK00.340.430.22
HSL13.26º43%60.78%-
HSV(B)13.26º43.43%77.65%-
XYZ34.3329.4119.2-
YUV148.87107.2163.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.90%
GREEN value IS 131 (51.56% from 255) = 29.71%
BLUE value IS 112 (44.14% from 255) = 25.40%
R=44.90%
G=29.71%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813111200.340.430.2213.264360.78
HexC683700222B16d2b3d
Octal3062031600425326155375
Binary110001101000001111100000100010101011101101101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68370; }

 p { color: rgb(198,131,112); }

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

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

 a { background-color: rgb(198,131,112); }

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

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

 span { border-color: rgb(198,131,112); }

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