Html Css Color HEX #6E3B37 Sanguine Brown

📋 copy color: '#6E3B37'

red 110 ◦ green 59 ◦ blue 55

#6E3B37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sanguine Brown #6E3B37

Tints of Sanguine Brown #6E3B37

RGB

 RED value IS 110 (43.36% from 255) = 49.11%

 GREEN value IS 59 (23.44% from 255) = 26.34%

 BLUE value IS 55 (21.88% from 255) = 24.55%

R = 49.11%
G = 26.34%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.5

 K value IS 0.57

RGB Variations

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

Color information

#6E3B37 (or 0x6E3B37) is known color: Sanguine Brown. HEX triplet: 6E, 3B and 37. RGB value is (110,59,55). Sum of RGB (Red+Green+Blue) = 110+59+55=224 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.11% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3B37 is #91C4C8. Grayscale: #494949. Windows color (decimal): -9553097 or 3619694. OLE color: 3619694.

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

Color convert

RGB 110 59 55 -
CMYK 0 0.46 0.5 0.57
HSL 4.36º 0.33% 0.32% -
HSV(B) 4.36º 0.5% 0.43% -
XYZ 8.68 6.72 4.45 -
YUV 73.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 110 59 55 0 0.46 0.5 0.57 4.36 0.33 0.32
Hex 6E 3B 37 0 2E 32 39 4 21 20
Octal 156 73 67 0 56 62 71 4 41 40
Binary 1101110 111011 110111 0 101110 110010 111001 100 100001 100000

Color Harmonies of #6E3B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3B37

Black with #6E3B37

Text Example


Text Example

White with #6E3B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E3B37;
 }
 .AnyTagClassName
 {
   color: #6E3B37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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