Html Css Color HEX #6E3936 Sanguine Brown

📋 copy color: '#6E3936'

red 110 ◦ green 57 ◦ blue 54

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

Shades of Sanguine Brown #6E3936

Tints of Sanguine Brown #6E3936

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

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.57

RGB Variations

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

Color information

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

RGB 110 57 54 -
CMYK 0 0.48 0.51 0.57
HSL 3.21º 0.34% 0.32% -
HSV(B) 3.21º 0.51% 0.43% -
XYZ 8.56 6.51 4.29 -
YUV 72.51 117.56 154.74 -
System Red Green Blue C M Y K H S L
Decimal 110 57 54 0 0.48 0.51 0.57 3.21 0.34 0.32
Hex 6E 39 36 0 30 33 39 3 22 20
Octal 156 71 66 0 60 63 71 3 42 40
Binary 1101110 111001 110110 0 110000 110011 111001 11 100010 100000

Color Harmonies of #6E3936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3936

Black with #6E3936

Text Example


Text Example

White with #6E3936

Text Example


Text Example

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