Html Css Color HEX #6E262F Monarch

📋 copy color: '#6E262F'

red 110 ◦ green 38 ◦ blue 47

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

Shades of Monarch #6E262F

Tints of Monarch #6E262F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.1%

R = 56.41%
G = 19.49%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#6E262F (or 0x6E262F) is known color: Monarch. HEX triplet: 6E, 26 and 2F. RGB value is (110,38,47). Sum of RGB (Red+Green+Blue) = 110+38+47=195 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.41% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 110 - color contains mainly: red. Hex color #6E262F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E262F is #91D9D0. Grayscale: #3C3C3C. Windows color (decimal): -9558481 or 3090030. OLE color: 3090030.

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

Color convert

RGB 110 38 47 -
CMYK 0 0.65 0.57 0.57
HSL 352.5º 0.49% 0.29% -
HSV(B) 352.5º 0.65% 0.43% -
XYZ 7.64 4.91 3.23 -
YUV 60.55 120.35 163.27 -
System Red Green Blue C M Y K H S L
Decimal 110 38 47 0 0.65 0.57 0.57 352.5 0.49 0.29
Hex 6E 26 2F 0 41 39 39 160 31 1D
Octal 156 46 57 0 101 71 71 540 61 35
Binary 1101110 100110 101111 0 1000001 111001 111001 101100000 110001 11101

Color Harmonies of #6E262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E262F

Black with #6E262F

Text Example


Text Example

White with #6E262F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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