#D6845B

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

Shades of Burning Sand #D6845B

Tints of Burning Sand #D6845B

Color information

#D6845B (or 0xD6845B) is unknown color: approx Burning Sand. HEX triplet: D6, 84 and 5B. RGB value is (214,132,91). Sum of RGB (Red+Green+Blue) = 214+132+91=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6845B is #297BA4. Grayscale: #989898. Windows color (decimal): -2718629 or 5997782. OLE color: 5997782.

HSL color Cylindrical-coordinate representation of color #D6845B: hue angle of 20º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6845B is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21413291-
CMYK00.380.570.16
HSL20º60%59.8%-
HSV(B)20º57.48%83.92%-
XYZ37.8731.5513.99-
YUV151.8493.67172.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.97%
GREEN value IS 132 (51.95% from 255) = 30.21%
BLUE value IS 91 (35.94% from 255) = 20.82%
R=48.97%
G=30.21%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141329100.380.570.16206059.8
HexD6845B0263910143c3c
Octal3262041330467120247474
Binary1101011010000100101101101001101110011000010100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6845B; }

 p { color: rgb(214,132,91); }

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

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

 a { background-color: rgb(214,132,91); }

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

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

 span { border-color: rgb(214,132,91); }

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