#6E223B

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

Shades of Siren #6E223B

Tints of Siren #6E223B

Color information

#6E223B (or 0x6E223B) is unknown color: approx Siren. HEX triplet: 6E, 22 and 3B. RGB value is (110,34,59). Sum of RGB (Red+Green+Blue) = 110+34+59=203 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.19% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 110 - color contains mainly: red. Hex color #6E223B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E223B is #91DDC4. Grayscale: #3B3B3B. Windows color (decimal): -9559493 or 3875438. OLE color: 3875438.

HSL color Cylindrical-coordinate representation of color #6E223B: hue angle of 340.26º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E223B is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.57.

Color convert

RGB1103459-
CMYK00.690.460.57
HSL340.26º52.78%28.24%-
HSV(B)340.26º69.09%43.14%-
XYZ7.794.774.65-
YUV59.57127.68163.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 54.19%
GREEN value IS 34 (13.67% from 255) = 16.75%
BLUE value IS 59 (23.44% from 255) = 29.06%
R=54.19%
G=16.75%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110345900.690.460.57340.2652.7828.24
Hex6E223B0452E39154351c
Octal1564273010556715246534
Binary11011101000101110110100010110111011100110101010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E223B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,34,59); }

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

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

 a { background-color: rgb(110,34,59); }

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

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

 span { border-color: rgb(110,34,59); }

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