#6B3143

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

Shades of Siren #6B3143

Tints of Siren #6B3143

Color information

#6B3143 (or 0x6B3143) is unknown color: approx Siren. HEX triplet: 6B, 31 and 43. RGB value is (107,49,67). Sum of RGB (Red+Green+Blue) = 107+49+67=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 67 (26.56% from 255 or 30.04% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3143 is #94CEBC. Grayscale: #444444. Windows color (decimal): -9752253 or 4403563. OLE color: 4403563.

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

Color convert

RGB1074967-
CMYK00.540.370.58
HSL341.38º37.18%30.59%-
HSV(B)341.38º54.21%41.96%-
XYZ8.175.735.98-
YUV68.39127.22155.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.98%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 67 (26.56% from 255) = 30.04%
R=47.98%
G=21.97%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107496700.540.370.58341.3837.1830.59
Hex6B3143036253A155251f
Octal1536110306645725254537
Binary11010111100011000011011011010010111101010101010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,49,67); }

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

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

 a { background-color: rgb(107,49,67); }

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

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

 span { border-color: rgb(107,49,67); }

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