#c6805b

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

Shades of Burning Sand #C6805B

Tints of Burning Sand #C6805B

Color information

#C6805B (or 0xC6805B) is unknown color: approx Burning Sand. HEX triplet: C6, 80 and 5B. RGB value is (198,128,91). Sum of RGB (Red+Green+Blue) = 198+128+91=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C6805B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6805B is #397FA4. Grayscale: #909090. Windows color (decimal): -3768229 or 5996742. OLE color: 5996742.

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

Color convert

RGB19812891-
CMYK00.350.540.22
HSL20.75º48.42%56.67%-
HSV(B)20.75º54.04%77.65%-
XYZ32.928.213.61-
YUV144.7197.69166.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.48%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 91 (35.94% from 255) = 21.82%
R=47.48%
G=30.70%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981289100.350.540.2220.7548.4256.67
HexC6805B0233616153039
Octal3062001330436626256071
Binary1100011010000000101101101000111101101011010101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6805b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6805b; }

 p { color: rgb(198,128,91); }

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

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

 a { background-color: rgb(198,128,91); }

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

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

 span { border-color: rgb(198,128,91); }

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