#6B3541

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

Shades of Siren #6B3541

Tints of Siren #6B3541

Color information

#6B3541 (or 0x6B3541) is unknown color: approx Siren. HEX triplet: 6B, 35 and 41. RGB value is (107,53,65). Sum of RGB (Red+Green+Blue) = 107+53+65=225 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.56% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3541 is #94CABE. Grayscale: #464646. Windows color (decimal): -9751231 or 4273515. OLE color: 4273515.

HSL color Cylindrical-coordinate representation of color #6B3541: hue angle of 346.67º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B3541 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB1075365-
CMYK00.500.390.58
HSL346.67º33.75%31.37%-
HSV(B)346.67º50.47%41.96%-
XYZ8.296.055.73-
YUV70.51124.89154.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.56%
GREEN value IS 53 (21.09% from 255) = 23.56%
BLUE value IS 65 (25.78% from 255) = 28.89%
R=47.56%
G=23.56%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107536500.500.390.58346.6733.7531.37
Hex6B3541032273A15b221f
Octal1536510106247725334237
Binary11010111101011000001011001010011111101010101101110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,53,65); }

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

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

 a { background-color: rgb(107,53,65); }

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

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

 span { border-color: rgb(107,53,65); }

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