#6E3935

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

Shades of Sanguine Brown #6E3935

Tints of Sanguine Brown #6E3935

Color information

#6E3935 (or 0x6E3935) is unknown color: approx Sanguine Brown. HEX triplet: 6E, 39 and 35. RGB value is (110,57,53). Sum of RGB (Red+Green+Blue) = 110+57+53=220 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3935 is #91C6CA. Grayscale: #484848. Windows color (decimal): -9553611 or 3488110. OLE color: 3488110.

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

Color convert

RGB1105753-
CMYK00.480.520.57
HSL4.21º34.97%31.96%-
HSV(B)4.21º51.82%43.14%-
XYZ8.546.54.17-
YUV72.39117.06154.83-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 53 (21.09% from 255) = 24.09%
R=50%
G=25.91%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110575300.480.520.574.2134.9731.96
Hex6E3935030343942320
Octal1567165060647144340
Binary11011101110011101010110000110100111001100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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