Html Css Color HEX #6E2528 Monarch

📋 copy color: '#6E2528'

red 110 ◦ green 37 ◦ blue 40

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

Shades of Monarch #6E2528

Tints of Monarch #6E2528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.39%

R = 58.82%
G = 19.79%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#6E2528 (or 0x6E2528) is known color: Monarch. HEX triplet: 6E, 25 and 28. RGB value is (110,37,40). Sum of RGB (Red+Green+Blue) = 110+37+40=187 (24% of max value = 765). Red value is 110 (43.36% from 255 or 58.82% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2528 is #91DAD7. Grayscale: #3B3B3B. Windows color (decimal): -9558744 or 2631022. OLE color: 2631022.

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

Color convert

RGB 110 37 40 -
CMYK 0 0.66 0.64 0.57
HSL 357.53º 0.5% 0.29% -
HSV(B) 357.53º 0.66% 0.43% -
XYZ 7.47 4.79 2.54 -
YUV 59.17 117.18 164.26 -
System Red Green Blue C M Y K H S L
Decimal 110 37 40 0 0.66 0.64 0.57 357.53 0.5 0.29
Hex 6E 25 28 0 42 40 39 166 32 1D
Octal 156 45 50 0 102 100 71 546 62 35
Binary 1101110 100101 101000 0 1000010 1000000 111001 101100110 110010 11101

Color Harmonies of #6E2528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2528

Black with #6E2528

Text Example


Text Example

White with #6E2528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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