#6E3B39

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

Shades of Sanguine Brown #6E3B39

Tints of Sanguine Brown #6E3B39

Color information

#6E3B39 (or 0x6E3B39) is unknown color: approx Sanguine Brown. HEX triplet: 6E, 3B and 39. RGB value is (110,59,57). Sum of RGB (Red+Green+Blue) = 110+59+57=226 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.67% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3B39 is #91C4C6. Grayscale: #4A4A4A. Windows color (decimal): -9553095 or 3750766. OLE color: 3750766.

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

Color convert

RGB1105957-
CMYK00.460.480.57
HSL2.26º31.74%32.75%-
HSV(B)2.26º48.18%43.14%-
XYZ8.736.744.71-
YUV74.02118.4153.66-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.67%
GREEN value IS 59 (23.44% from 255) = 26.11%
BLUE value IS 57 (22.66% from 255) = 25.22%
R=48.67%
G=26.11%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110595700.460.480.572.2631.7432.75
Hex6E3B3902E303922021
Octal1567371056607124041
Binary1101110111011111001010111011000011100110100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,59,57); }

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

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

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

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

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

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

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