#6E293A

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

Shades of Siren #6E293A

Tints of Siren #6E293A

Color information

#6E293A (or 0x6E293A) is unknown color: approx Siren. HEX triplet: 6E, 29 and 3A. RGB value is (110,41,58). Sum of RGB (Red+Green+Blue) = 110+41+58=209 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.63% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 110 - color contains mainly: red. Hex color #6E293A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E293A is #91D6C5. Grayscale: #3F3F3F. Windows color (decimal): -9557702 or 3811694. OLE color: 3811694.

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

Color convert

RGB1104158-
CMYK00.630.470.57
HSL345.22º45.7%29.61%-
HSV(B)345.22º62.73%43.14%-
XYZ7.995.214.59-
YUV63.57124.86161.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 52.63%
GREEN value IS 41 (16.41% from 255) = 19.62%
BLUE value IS 58 (23.05% from 255) = 27.75%
R=52.63%
G=19.62%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110415800.630.470.57345.2245.729.61
Hex6E293A03F2F391592e1e
Octal156517207757715315636
Binary1101110101001111010011111110111111100110101100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,41,58); }

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

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

 a { background-color: rgb(110,41,58); }

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

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

 span { border-color: rgb(110,41,58); }

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