#6E3936

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

Shades of Sanguine Brown #6E3936

Tints of Sanguine Brown #6E3936

Color information

#6E3936 (or 0x6E3936) is unknown color: approx Sanguine Brown. HEX triplet: 6E, 39 and 36. RGB value is (110,57,54). Sum of RGB (Red+Green+Blue) = 110+57+54=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3936 is #91C6C9. Grayscale: #484848. Windows color (decimal): -9553610 or 3553646. OLE color: 3553646.

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

Color convert

RGB1105754-
CMYK00.480.510.57
HSL3.21º34.15%32.16%-
HSV(B)3.21º50.91%43.14%-
XYZ8.566.514.29-
YUV72.5117.56154.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 49.77%
GREEN value IS 57 (22.66% from 255) = 25.79%
BLUE value IS 54 (21.48% from 255) = 24.43%
R=49.77%
G=25.79%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110575400.480.510.573.2134.1532.16
Hex6E3936030333932220
Octal1567166060637134240
Binary1101110111001110110011000011001111100111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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