#6B2C3F

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

Shades of Siren #6B2C3F

Tints of Siren #6B2C3F

Color information

#6B2C3F (or 0x6B2C3F) is unknown color: approx Siren. HEX triplet: 6B, 2C and 3F. RGB value is (107,44,63). Sum of RGB (Red+Green+Blue) = 107+44+63=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2C3F is #94D3C0. Grayscale: #404040. Windows color (decimal): -9753537 or 4140139. OLE color: 4140139.

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

Color convert

RGB1074463-
CMYK00.590.410.58
HSL341.9º41.72%29.61%-
HSV(B)341.9º58.88%41.96%-
XYZ7.865.295.31-
YUV65126.87157.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50%
GREEN value IS 44 (17.58% from 255) = 20.56%
BLUE value IS 63 (25% from 255) = 29.44%
R=50%
G=20.56%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107446300.590.410.58341.941.7229.61
Hex6B2C3F03B293A1562a1e
Octal153547707351725265236
Binary1101011101100111111011101110100111101010101011010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,44,63); }

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

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

 a { background-color: rgb(107,44,63); }

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

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

 span { border-color: rgb(107,44,63); }

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