#C6805F

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

Shades of Burning Sand #C6805F

Tints of Burning Sand #C6805F

Color information

#C6805F (or 0xC6805F) is unknown color: approx Burning Sand. HEX triplet: C6, 80 and 5F. RGB value is (198,128,95). Sum of RGB (Red+Green+Blue) = 198+128+95=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6805F is #397FA0. Grayscale: #919191. Windows color (decimal): -3768225 or 6258886. OLE color: 6258886.

HSL color Cylindrical-coordinate representation of color #C6805F: hue angle of 19.22º 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 #C6805F is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB19812895-
CMYK00.350.520.22
HSL19.22º47.47%57.45%-
HSV(B)19.22º52.02%77.65%-
XYZ33.0728.2714.54-
YUV145.1799.69165.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.03%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 95 (37.5% from 255) = 22.57%
R=47.03%
G=30.40%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981289500.350.520.2219.2247.4757.45
HexC6805F0233416132f39
Octal3062001370436426235771
Binary1100011010000000101111101000111101001011010011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6805F; }

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

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

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

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

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

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

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

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