#6A3939

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

Shades of Sanguine Brown #6A3939

Tints of Sanguine Brown #6A3939

Color information

#6A3939 (or 0x6A3939) is unknown color: approx Sanguine Brown. HEX triplet: 6A, 39 and 39. RGB value is (106,57,57). Sum of RGB (Red+Green+Blue) = 106+57+57=220 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.18% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3939 is #95C6C6. Grayscale: #474747. Windows color (decimal): -9815751 or 3750250. OLE color: 3750250.

HSL color Cylindrical-coordinate representation of color #6A3939: hue angle of 0º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A3939 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB1065757-
CMYK00.460.460.58
HSL30.06%31.96%-
HSV(B)46.23%41.57%-
XYZ8.156.294.65-
YUV71.65119.73152.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.18%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 57 (22.66% from 255) = 25.91%
R=48.18%
G=25.91%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106575700.460.460.58030.0631.96
Hex6A393902E2E3A01e20
Octal1527171056567203640
Binary11010101110011110010101110101110111010011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A3939; }

 p { color: rgb(106,57,57); }

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

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

 a { background-color: rgb(106,57,57); }

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

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

 span { border-color: rgb(106,57,57); }

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