#c68463

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

Shades of Burning Sand #C68463

Tints of Burning Sand #C68463

Color information

#C68463 (or 0xC68463) is unknown color: approx Burning Sand. HEX triplet: C6, 84 and 63. RGB value is (198,132,99). Sum of RGB (Red+Green+Blue) = 198+132+99=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C68463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68463 is #397B9C. Grayscale: #949494. Windows color (decimal): -3767197 or 6522054. OLE color: 6522054.

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

Color convert

RGB19813299-
CMYK00.330.500.22
HSL20º46.48%58.24%-
HSV(B)20º50%77.65%-
XYZ33.7929.4115.7-
YUV147.97100.37163.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.15%
GREEN value IS 132 (51.95% from 255) = 30.77%
BLUE value IS 99 (39.06% from 255) = 23.08%
R=46.15%
G=30.77%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981329900.330.500.222046.4858.24
HexC684630213216142e3a
Octal3062041430416226245672
Binary1100011010000100110001101000011100101011010100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c68463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c68463; }

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

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

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

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

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

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

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

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