Html Css Color HEX #6E403E Sanguine Brown

📋 copy color: '#6E403E'

red 110 ◦ green 64 ◦ blue 62

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

Shades of Sanguine Brown #6E403E

Tints of Sanguine Brown #6E403E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.12%

 BLUE value IS 62 (24.61% from 255) = 26.27%

R = 46.61%
G = 27.12%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#6E403E (or 0x6E403E) is known color: Sanguine Brown. HEX triplet: 6E, 40 and 3E. RGB value is (110,64,62). Sum of RGB (Red+Green+Blue) = 110+64+62=236 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.61% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 110 - color contains mainly: red. Hex color #6E403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E403E is #91BFC1. Grayscale: #4D4D4D. Windows color (decimal): -9551810 or 4079726. OLE color: 4079726.

HSL color Cylindrical-coordinate representation of color #6E403E: hue angle of 2.5º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E403E is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 64 62 -
CMYK 0 0.42 0.44 0.57
HSL 2.5º 0.28% 0.34% -
HSV(B) 2.5º 0.44% 0.43% -
XYZ 9.13 7.33 5.49 -
YUV 77.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 110 64 62 0 0.42 0.44 0.57 2.5 0.28 0.34
Hex 6E 40 3E 0 2A 2C 39 2 1C 22
Octal 156 100 76 0 52 54 71 2 34 42
Binary 1101110 1000000 111110 0 101010 101100 111001 10 11100 100010

Color Harmonies of #6E403E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E403E

Black with #6E403E

Text Example


Text Example

White with #6E403E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,64,62); }

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

background-color css

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

 a { background-color: rgb(110,64,62); }

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

border-color css

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

 span { border-color: rgb(110,64,62); }

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