#6E2B3D

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

Shades of Siren #6E2B3D

Tints of Siren #6E2B3D

Color information

#6E2B3D (or 0x6E2B3D) is unknown color: approx Siren. HEX triplet: 6E, 2B and 3D. RGB value is (110,43,61). Sum of RGB (Red+Green+Blue) = 110+43+61=214 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.40% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2B3D is #91D4C2. Grayscale: #414141. Windows color (decimal): -9557187 or 4008814. OLE color: 4008814.

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

Color convert

RGB1104361-
CMYK00.610.450.57
HSL343.88º43.79%30%-
HSV(B)343.88º60.91%43.14%-
XYZ8.145.385.02-
YUV65.09125.7160.04-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 51.40%
GREEN value IS 43 (17.19% from 255) = 20.09%
BLUE value IS 61 (24.22% from 255) = 28.50%
R=51.40%
G=20.09%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.45
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110436100.610.450.57343.8843.7930
Hex6E2B3D03D2D391582c1e
Octal156537507555715305436
Binary1101110101011111101011110110110111100110101100010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,43,61); }

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

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

 a { background-color: rgb(110,43,61); }

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

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

 span { border-color: rgb(110,43,61); }

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