#6E2E3F

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

Shades of Siren #6E2E3F

Tints of Siren #6E2E3F

Color information

#6E2E3F (or 0x6E2E3F) is unknown color: approx Siren. HEX triplet: 6E, 2E and 3F. RGB value is (110,46,63). Sum of RGB (Red+Green+Blue) = 110+46+63=219 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50.23% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2E3F is #91D1C0. Grayscale: #434343. Windows color (decimal): -9556417 or 4140654. OLE color: 4140654.

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

Color convert

RGB1104663-
CMYK00.580.430.57
HSL344.06º41.03%30.59%-
HSV(B)344.06º58.18%43.14%-
XYZ8.35.635.35-
YUV67.07125.7158.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50.23%
GREEN value IS 46 (18.36% from 255) = 21.00%
BLUE value IS 63 (25% from 255) = 28.77%
R=50.23%
G=21.00%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110466300.580.430.57344.0641.0330.59
Hex6E2E3F03A2B39158291f
Octal156567707253715305137
Binary1101110101110111111011101010101111100110101100010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,46,63); }

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

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

 a { background-color: rgb(110,46,63); }

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

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

 span { border-color: rgb(110,46,63); }

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