#6F3241

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

Shades of Siren #6F3241

Tints of Siren #6F3241

Color information

#6F3241 (or 0x6F3241) is unknown color: approx Siren. HEX triplet: 6F, 32 and 41. RGB value is (111,50,65). Sum of RGB (Red+Green+Blue) = 111+50+65=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3241 is #90CDBE. Grayscale: #454545. Windows color (decimal): -9489855 or 4272751. OLE color: 4272751.

HSL color Cylindrical-coordinate representation of color #6F3241: hue angle of 345.25º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F3241 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1115065-
CMYK00.550.410.56
HSL345.25º37.89%31.57%-
HSV(B)345.25º54.95%43.53%-
XYZ8.656.045.71-
YUV69.95125.21157.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.12%
GREEN value IS 50 (19.92% from 255) = 22.12%
BLUE value IS 65 (25.78% from 255) = 28.76%
R=49.12%
G=22.12%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111506500.550.410.56345.2537.8931.57
Hex6F324103729381592620
Octal1576210106751705314640
Binary110111111001010000010110111101001111000101011001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,50,65); }

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

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

 a { background-color: rgb(111,50,65); }

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

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

 span { border-color: rgb(111,50,65); }

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