Html Css Color HEX #6E3B39 Sanguine Brown

📋 copy color: '#6E3B39'

red 110 ◦ green 59 ◦ blue 57

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

Shades of Sanguine Brown #6E3B39

Tints of Sanguine Brown #6E3B39

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 value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.57

RGB Variations

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

Color information

#6E3B39 (or 0x6E3B39) is known color: 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

RGB 110 59 57 -
CMYK 0 0.46 0.48 0.57
HSL 2.26º 0.32% 0.33% -
HSV(B) 2.26º 0.48% 0.43% -
XYZ 8.73 6.74 4.71 -
YUV 74.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 110 59 57 0 0.46 0.48 0.57 2.26 0.32 0.33
Hex 6E 3B 39 0 2E 30 39 2 20 21
Octal 156 73 71 0 56 60 71 2 40 41
Binary 1101110 111011 111001 0 101110 110000 111001 10 100000 100001

Color Harmonies of #6E3B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3B39

Black with #6E3B39

Text Example


Text Example

White with #6E3B39

Text Example


Text Example

HTML Codes & Css Web 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>