Html Css Color HEX #6E4242 Sanguine Brown

📋 copy color: '#6E4242'

red 110 ◦ green 66 ◦ blue 66

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

Shades of Sanguine Brown #6E4242

Tints of Sanguine Brown #6E4242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.27%

 BLUE value IS 66 (26.17% from 255) = 27.27%

R = 45.45%
G = 27.27%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.4

 K value IS 0.57

RGB Variations

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

Color information

#6E4242 (or 0x6E4242) is known color: Sanguine Brown. HEX triplet: 6E, 42 and 42. RGB value is (110,66,66). Sum of RGB (Red+Green+Blue) = 110+66+66=242 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.45% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4242 is #91BDBD. Grayscale: #4F4F4F. Windows color (decimal): -9551294 or 4342382. OLE color: 4342382.

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

Color convert

RGB 110 66 66 -
CMYK 0 0.4 0.4 0.57
HSL 0.25% 0.35% -
HSV(B) 0.4% 0.43% -
XYZ 9.36 7.6 6.13 -
YUV 79.16 120.58 150 -
System Red Green Blue C M Y K H S L
Decimal 110 66 66 0 0.4 0.4 0.57 0 0.25 0.35
Hex 6E 42 42 0 28 28 39 0 19 23
Octal 156 102 102 0 50 50 71 0 31 43
Binary 1101110 1000010 1000010 0 101000 101000 111001 0 11001 100011

Color Harmonies of #6E4242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4242

Black with #6E4242

Text Example


Text Example

White with #6E4242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,66,66); }

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

background-color css

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

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

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

border-color css

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

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

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