#C6845F

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

Shades of Burning Sand #C6845F

Tints of Burning Sand #C6845F

Color information

#C6845F (or 0xC6845F) is unknown color: approx Burning Sand. HEX triplet: C6, 84 and 5F. RGB value is (198,132,95). Sum of RGB (Red+Green+Blue) = 198+132+95=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C6845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6845F is #397BA0. Grayscale: #939393. Windows color (decimal): -3767201 or 6259910. OLE color: 6259910.

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

Color convert

RGB19813295-
CMYK00.330.520.22
HSL21.55º47.47%57.45%-
HSV(B)21.55º52.02%77.65%-
XYZ33.6129.3314.72-
YUV147.5298.37164.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.59%
GREEN value IS 132 (51.95% from 255) = 31.06%
BLUE value IS 95 (37.5% from 255) = 22.35%
R=46.59%
G=31.06%
B=22.35%

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
Decimal1981329500.330.520.2221.5547.4757.45
HexC6845F0213416162f39
Octal3062041370416426265771
Binary1100011010000100101111101000011101001011010110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6845F; }

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

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

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

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

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

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

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

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