#6E2C3C

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

Shades of Siren #6E2C3C

Tints of Siren #6E2C3C

Color information

#6E2C3C (or 0x6E2C3C) is unknown color: approx Siren. HEX triplet: 6E, 2C and 3C. RGB value is (110,44,60). Sum of RGB (Red+Green+Blue) = 110+44+60=214 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.40% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2C3C is #91D3C3. Grayscale: #414141. Windows color (decimal): -9556932 or 3943534. OLE color: 3943534.

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

Color convert

RGB1104460-
CMYK00.60.450.57
HSL345.45º42.86%30.2%-
HSV(B)345.45º60%43.14%-
XYZ8.155.444.9-
YUV65.56124.87159.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 51.40%
GREEN value IS 44 (17.58% from 255) = 20.56%
BLUE value IS 60 (23.83% from 255) = 28.04%
R=51.40%
G=20.56%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.45
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110446000.60.450.57345.4542.8630.2
Hex6E2C3C03C2D391592b1e
Octal156547407455715315336
Binary1101110101100111100011110010110111100110101100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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