#6E3143

Color #6E3143 Siren (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siren #6E3143

Tints of Siren #6E3143

Color information

#6E3143 (or 0x6E3143) is unknown color: approx Siren. HEX triplet: 6E, 31 and 43. RGB value is (110,49,67). Sum of RGB (Red+Green+Blue) = 110+49+67=226 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.67% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 67 (26.56% from 255 or 29.65% from 226); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3143 is #91CEBC. Grayscale: #454545. Windows color (decimal): -9555645 or 4403566. OLE color: 4403566.

HSL color Cylindrical-coordinate representation of color #6E3143: hue angle of 342.3º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E3143 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.57.

Color convert

RGB1104967-
CMYK00.550.390.57
HSL342.3º38.36%31.18%-
HSV(B)342.3º55.45%43.14%-
XYZ8.545.926-
YUV69.29126.71157.04-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.67%
GREEN value IS 49 (19.53% from 255) = 21.68%
BLUE value IS 67 (26.56% from 255) = 29.65%
R=48.67%
G=21.68%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110496700.550.390.57342.338.3631.18
Hex6E31430372739156261f
Octal1566110306747715264637
Binary11011101100011000011011011110011111100110101011010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,49,67); }

 H1.HeaderClassName
 {
   color: #6E3143;
 }
 .AnyTagClassName
 {
   color: #6E3143;
 }
</style>
background-color css

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

 a { background-color: rgb(110,49,67); }

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

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

 span { border-color: rgb(110,49,67); }

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