#6E2C41

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

Shades of Siren #6E2C41

Tints of Siren #6E2C41

Color information

#6E2C41 (or 0x6E2C41) is unknown color: approx Siren. HEX triplet: 6E, 2C and 41. RGB value is (110,44,65). Sum of RGB (Red+Green+Blue) = 110+44+65=219 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50.23% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2C41 is #91D3BE. Grayscale: #424242. Windows color (decimal): -9556927 or 4271214. OLE color: 4271214.

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

Color convert

RGB1104465-
CMYK00.60.410.57
HSL340.91º42.86%30.2%-
HSV(B)340.91º60%43.14%-
XYZ8.295.55.63-
YUV66.13127.37159.29-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50.23%
GREEN value IS 44 (17.58% from 255) = 20.09%
BLUE value IS 65 (25.78% from 255) = 29.68%
R=50.23%
G=20.09%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.41
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110446500.60.410.57340.9142.8630.2
Hex6E2C4103C29391552b1e
Octal1565410107451715255336
Binary11011101011001000001011110010100111100110101010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,44,65); }

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

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

 a { background-color: rgb(110,44,65); }

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

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

 span { border-color: rgb(110,44,65); }

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