Html Css Color HEX #6E2629 Monarch

📋 copy color: '#6E2629'

red 110 ◦ green 38 ◦ blue 41

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

Shades of Monarch #6E2629

Tints of Monarch #6E2629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.11%

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

R = 58.2%
G = 20.11%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#6E2629 (or 0x6E2629) is known color: Monarch. HEX triplet: 6E, 26 and 29. RGB value is (110,38,41). Sum of RGB (Red+Green+Blue) = 110+38+41=189 (25% of max value = 765). Red value is 110 (43.36% from 255 or 58.20% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2629 is #91D9D6. Grayscale: #3B3B3B. Windows color (decimal): -9558487 or 2696814. OLE color: 2696814.

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

Color convert

RGB 110 38 41 -
CMYK 0 0.65 0.63 0.57
HSL 357.5º 0.49% 0.29% -
HSV(B) 357.5º 0.65% 0.43% -
XYZ 7.52 4.86 2.64 -
YUV 59.87 117.35 163.76 -
System Red Green Blue C M Y K H S L
Decimal 110 38 41 0 0.65 0.63 0.57 357.5 0.49 0.29
Hex 6E 26 29 0 41 3F 39 166 31 1D
Octal 156 46 51 0 101 77 71 546 61 35
Binary 1101110 100110 101001 0 1000001 111111 111001 101100110 110001 11101

Color Harmonies of #6E2629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2629

Black with #6E2629

Text Example


Text Example

White with #6E2629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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