#6B3440

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

Shades of Siren #6B3440

Tints of Siren #6B3440

Color information

#6B3440 (or 0x6B3440) is unknown color: approx Siren. HEX triplet: 6B, 34 and 40. RGB value is (107,52,64). Sum of RGB (Red+Green+Blue) = 107+52+64=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3440 is #94CBBF. Grayscale: #454545. Windows color (decimal): -9751488 or 4207723. OLE color: 4207723.

HSL color Cylindrical-coordinate representation of color #6B3440: hue angle of 346.91º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B3440 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB1075264-
CMYK00.510.400.58
HSL346.91º34.59%31.18%-
HSV(B)346.91º51.4%41.96%-
XYZ8.225.955.57-
YUV69.81124.72154.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.98%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 64 (25.39% from 255) = 28.70%
R=47.98%
G=23.32%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107526400.510.400.58346.9134.5931.18
Hex6B3440033283A15b231f
Octal1536410006350725334337
Binary11010111101001000000011001110100011101010101101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,52,64); }

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

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

 a { background-color: rgb(107,52,64); }

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

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

 span { border-color: rgb(107,52,64); }

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