Html Css Color HEX #6E232A Monarch

📋 copy color: '#6E232A'

red 110 ◦ green 35 ◦ blue 42

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

Shades of Monarch #6E232A

Tints of Monarch #6E232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.72%

 BLUE value IS 42 (16.8% from 255) = 22.46%

R = 58.82%
G = 18.72%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.57

RGB Variations

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

Color information

#6E232A (or 0x6E232A) is known color: Monarch. HEX triplet: 6E, 23 and 2A. RGB value is (110,35,42). Sum of RGB (Red+Green+Blue) = 110+35+42=187 (24% of max value = 765). Red value is 110 (43.36% from 255 or 58.82% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 110 - color contains mainly: red. Hex color #6E232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E232A is #91DCD5. Grayscale: #3A3A3A. Windows color (decimal): -9559254 or 2761582. OLE color: 2761582.

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

Color convert

RGB 110 35 42 -
CMYK 0 0.68 0.62 0.57
HSL 354.4º 0.52% 0.28% -
HSV(B) 354.4º 0.68% 0.43% -
XYZ 7.45 4.68 2.7 -
YUV 58.22 118.85 164.93 -
System Red Green Blue C M Y K H S L
Decimal 110 35 42 0 0.68 0.62 0.57 354.4 0.52 0.28
Hex 6E 23 2A 0 44 3E 39 162 34 1C
Octal 156 43 52 0 104 76 71 542 64 34
Binary 1101110 100011 101010 0 1000100 111110 111001 101100010 110100 11100

Color Harmonies of #6E232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E232A

Black with #6E232A

Text Example


Text Example

White with #6E232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,35,42); }

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

background-color css

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

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

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

border-color css

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

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

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