#684242

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

Shades of Sanguine Brown #684242

Tints of Sanguine Brown #684242

Color information

#684242 (or 0x684242) is unknown color: approx Sanguine Brown. HEX triplet: 68, 42 and 42. RGB value is (104,66,66). Sum of RGB (Red+Green+Blue) = 104+66+66=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #684242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684242 is #97BDBD. Grayscale: #4D4D4D. Windows color (decimal): -9944510 or 4342376. OLE color: 4342376.

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

Color convert

RGB1046666-
CMYK00.370.370.59
HSL22.35%33.33%-
HSV(B)36.54%40.78%-
XYZ8.647.236.09-
YUV77.36121.59147-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.07%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 66 (26.17% from 255) = 27.97%
R=44.07%
G=27.97%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104666600.370.370.59022.3533.33
Hex684242025253B01621
Octal150102102045457302641
Binary1101000100001010000100100101100101111011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684242; }

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

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

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

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

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

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

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

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