Html Css Color HEX #6E2526 Monarch

📋 copy color: '#6E2526'

red 110 ◦ green 37 ◦ blue 38

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

Shades of Monarch #6E2526

Tints of Monarch #6E2526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.54%

R = 59.46%
G = 20%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.57

RGB Variations

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

Color information

#6E2526 (or 0x6E2526) is known color: Monarch. HEX triplet: 6E, 25 and 26. RGB value is (110,37,38). Sum of RGB (Red+Green+Blue) = 110+37+38=185 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.46% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2526 is #91DAD9. Grayscale: #3B3B3B. Windows color (decimal): -9558746 or 2499950. OLE color: 2499950.

HSL color Cylindrical-coordinate representation of color #6E2526: hue angle of 359.18º 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 #6E2526 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 37 38 -
CMYK 0 0.66 0.65 0.57
HSL 359.18º 0.5% 0.29% -
HSV(B) 359.18º 0.66% 0.43% -
XYZ 7.44 4.78 2.36 -
YUV 58.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 110 37 38 0 0.66 0.65 0.57 359.18 0.5 0.29
Hex 6E 25 26 0 42 41 39 167 32 1D
Octal 156 45 46 0 102 101 71 547 62 35
Binary 1101110 100101 100110 0 1000010 1000001 111001 101100111 110010 11101

Color Harmonies of #6E2526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2526

Black with #6E2526

Text Example


Text Example

White with #6E2526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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