Html Css Color HEX #684040 Sanguine Brown

📋 copy color: '#684040'

red 104 ◦ green 64 ◦ blue 64

#684040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sanguine Brown #684040

Tints of Sanguine Brown #684040

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 value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#684040 (or 0x684040) is known color: 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

RGB 104 64 64 -
CMYK 0 0.38 0.38 0.59
HSL 0.24% 0.33% -
HSV(B) 0.38% 0.41% -
XYZ 8.47 6.98 5.75 -
YUV 75.96 121.25 148 -
System Red Green Blue C M Y K H S L
Decimal 104 64 64 0 0.38 0.38 0.59 0 0.24 0.33
Hex 68 40 40 0 26 26 3B 0 18 21
Octal 150 100 100 0 46 46 73 0 30 41
Binary 1101000 1000000 1000000 0 100110 100110 111011 0 11000 100001

Color Harmonies of #684040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684040

Black with #684040

Text Example


Text Example

White with #684040

Text Example


Text Example

HTML Codes & Css Web 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>