Html Css Color HEX #6E292B Monarch

📋 copy color: '#6E292B'

red 110 ◦ green 41 ◦ blue 43

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

Shades of Monarch #6E292B

Tints of Monarch #6E292B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.13%

 BLUE value IS 43 (17.19% from 255) = 22.16%

R = 56.7%
G = 21.13%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6E292B (or 0x6E292B) is known color: Monarch. HEX triplet: 6E, 29 and 2B. RGB value is (110,41,43). Sum of RGB (Red+Green+Blue) = 110+41+43=194 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.70% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 110 - color contains mainly: red. Hex color #6E292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E292B is #91D6D4. Grayscale: #3D3D3D. Windows color (decimal): -9557717 or 2828654. OLE color: 2828654.

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

Color convert

RGB 110 41 43 -
CMYK 0 0.63 0.61 0.57
HSL 358.26º 0.46% 0.3% -
HSV(B) 358.26º 0.63% 0.43% -
XYZ 7.66 5.08 2.86 -
YUV 61.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 110 41 43 0 0.63 0.61 0.57 358.26 0.46 0.3
Hex 6E 29 2B 0 3F 3D 39 166 2E 1E
Octal 156 51 53 0 77 75 71 546 56 36
Binary 1101110 101001 101011 0 111111 111101 111001 101100110 101110 11110

Color Harmonies of #6E292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E292B

Black with #6E292B

Text Example


Text Example

White with #6E292B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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