#6B2E39

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

Shades of Siren #6B2E39

Tints of Siren #6B2E39

Color information

#6B2E39 (or 0x6B2E39) is unknown color: approx Siren. HEX triplet: 6B, 2E and 39. RGB value is (107,46,57). Sum of RGB (Red+Green+Blue) = 107+46+57=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2E39 is #94D1C6. Grayscale: #414141. Windows color (decimal): -9753031 or 3747435. OLE color: 3747435.

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

Color convert

RGB1074657-
CMYK00.570.470.58
HSL349.18º39.87%30%-
HSV(B)349.18º57.01%41.96%-
XYZ7.785.384.5-
YUV65.49123.21157.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.95%
GREEN value IS 46 (18.36% from 255) = 21.90%
BLUE value IS 57 (22.66% from 255) = 27.14%
R=50.95%
G=21.90%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107465700.570.470.58349.1839.8730
Hex6B2E390392F3A15d281e
Octal153567107157725355036
Binary1101011101110111001011100110111111101010101110110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,46,57); }

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

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

 a { background-color: rgb(107,46,57); }

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

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

 span { border-color: rgb(107,46,57); }

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