Html Css Color HEX #6E3938 Sanguine Brown

📋 copy color: '#6E3938'

red 110 ◦ green 57 ◦ blue 56

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

Shades of Sanguine Brown #6E3938

Tints of Sanguine Brown #6E3938

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.56%

 BLUE value IS 56 (22.27% from 255) = 25.11%

R = 49.33%
G = 25.56%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#6E3938 (or 0x6E3938) is known color: Sanguine Brown. HEX triplet: 6E, 39 and 38. RGB value is (110,57,56). Sum of RGB (Red+Green+Blue) = 110+57+56=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3938 is #91C6C7. Grayscale: #484848. Windows color (decimal): -9553608 or 3684718. OLE color: 3684718.

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

Color convert

RGB 110 57 56 -
CMYK 0 0.48 0.49 0.57
HSL 1.11º 0.33% 0.33% -
HSV(B) 1.11º 0.49% 0.43% -
XYZ 8.61 6.53 4.55 -
YUV 72.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 110 57 56 0 0.48 0.49 0.57 1.11 0.33 0.33
Hex 6E 39 38 0 30 31 39 1 21 21
Octal 156 71 70 0 60 61 71 1 41 41
Binary 1101110 111001 111000 0 110000 110001 111001 1 100001 100001

Color Harmonies of #6E3938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3938

Black with #6E3938

Text Example


Text Example

White with #6E3938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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