#684040

Color #684040 Sanguine Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sanguine Brown #684040

Tints of Sanguine Brown #684040

Color information

#684040 (or 0x684040) is unknown color: approx Sanguine Brown. HEX triplet: 68, 40 and 40. RGB value is (104,64,64). Sum of RGB (Red+Green+Blue) = 104+64+64=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #684040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684040 is #97BFBF. Grayscale: #4C4C4C. Windows color (decimal): -9945024 or 4210792. OLE color: 4210792.

HSL color Cylindrical-coordinate representation of color #684040: hue angle of 0º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #684040 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1046464-
CMYK00.380.380.59
HSL23.81%32.94%-
HSV(B)38.46%40.78%-
XYZ8.476.985.75-
YUV75.96121.25148-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=44.83%
G=27.59%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104646400.380.380.59023.8132.94
Hex684040026263B01821
Octal150100100046467303041
Binary1101000100000010000000100110100110111011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684040; }

 p { color: rgb(104,64,64); }

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

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

 a { background-color: rgb(104,64,64); }

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

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

 span { border-color: rgb(104,64,64); }

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