Html Css Color HEX #6E2529 Monarch

📋 copy color: '#6E2529'

red 110 ◦ green 37 ◦ blue 41

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

Shades of Monarch #6E2529

Tints of Monarch #6E2529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.68%

 BLUE value IS 41 (16.41% from 255) = 21.81%

R = 58.51%
G = 19.68%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#6E2529 (or 0x6E2529) is known color: Monarch. HEX triplet: 6E, 25 and 29. RGB value is (110,37,41). Sum of RGB (Red+Green+Blue) = 110+37+41=188 (24% of max value = 765). Red value is 110 (43.36% from 255 or 58.51% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2529 is #91DAD6. Grayscale: #3B3B3B. Windows color (decimal): -9558743 or 2696558. OLE color: 2696558.

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

Color convert

RGB 110 37 41 -
CMYK 0 0.66 0.63 0.57
HSL 356.71º 0.5% 0.29% -
HSV(B) 356.71º 0.66% 0.43% -
XYZ 7.49 4.8 2.63 -
YUV 59.28 117.68 164.17 -
System Red Green Blue C M Y K H S L
Decimal 110 37 41 0 0.66 0.63 0.57 356.71 0.5 0.29
Hex 6E 25 29 0 42 3F 39 165 32 1D
Octal 156 45 51 0 102 77 71 545 62 35
Binary 1101110 100101 101001 0 1000010 111111 111001 101100101 110010 11101

Color Harmonies of #6E2529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2529

Black with #6E2529

Text Example


Text Example

White with #6E2529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,37,41); }

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

background-color css

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

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

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

border-color css

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

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

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