Html Css Color HEX #6E2830 Monarch

📋 copy color: '#6E2830'

red 110 ◦ green 40 ◦ blue 48

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

Shades of Monarch #6E2830

Tints of Monarch #6E2830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.2%

 BLUE value IS 48 (19.14% from 255) = 24.24%

R = 55.56%
G = 20.2%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.57

RGB Variations

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

Color information

#6E2830 (or 0x6E2830) is known color: Monarch. HEX triplet: 6E, 28 and 30. RGB value is (110,40,48). Sum of RGB (Red+Green+Blue) = 110+40+48=198 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.56% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2830 is #91D7CF. Grayscale: #3D3D3D. Windows color (decimal): -9557968 or 3156078. OLE color: 3156078.

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

Color convert

RGB 110 40 48 -
CMYK 0 0.64 0.56 0.57
HSL 353.14º 0.47% 0.29% -
HSV(B) 353.14º 0.64% 0.43% -
XYZ 7.72 5.05 3.36 -
YUV 61.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 110 40 48 0 0.64 0.56 0.57 353.14 0.47 0.29
Hex 6E 28 30 0 40 38 39 161 2F 1D
Octal 156 50 60 0 100 70 71 541 57 35
Binary 1101110 101000 110000 0 1000000 111000 111001 101100001 101111 11101

Color Harmonies of #6E2830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2830

Black with #6E2830

Text Example


Text Example

White with #6E2830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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