#6E2E3B

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

Shades of Siren #6E2E3B

Tints of Siren #6E2E3B

Color information

#6E2E3B (or 0x6E2E3B) is unknown color: approx Siren. HEX triplet: 6E, 2E and 3B. RGB value is (110,46,59). Sum of RGB (Red+Green+Blue) = 110+46+59=215 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.16% from 215); Green value is 46 (18.36% from 255 or 21.40% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2E3B is #91D1C4. Grayscale: #424242. Windows color (decimal): -9556421 or 3878510. OLE color: 3878510.

HSL color Cylindrical-coordinate representation of color #6E2E3B: hue angle of 347.81º 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 #6E2E3B is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.57.

Color convert

RGB1104659-
CMYK00.580.460.57
HSL347.81º41.03%30.59%-
HSV(B)347.81º58.18%43.14%-
XYZ8.25.584.78-
YUV66.62123.7158.94-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 51.16%
GREEN value IS 46 (18.36% from 255) = 21.40%
BLUE value IS 59 (23.44% from 255) = 27.44%
R=51.16%
G=21.40%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110465900.580.460.57347.8141.0330.59
Hex6E2E3B03A2E3915c291f
Octal156567307256715345137
Binary1101110101110111011011101010111011100110101110010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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