#6B313E

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

Shades of Siren #6B313E

Tints of Siren #6B313E

Color information

#6B313E (or 0x6B313E) is unknown color: approx Siren. HEX triplet: 6B, 31 and 3E. RGB value is (107,49,62). Sum of RGB (Red+Green+Blue) = 107+49+62=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B313E is #94CEC1. Grayscale: #434343. Windows color (decimal): -9752258 or 4075883. OLE color: 4075883.

HSL color Cylindrical-coordinate representation of color #6B313E: hue angle of 346.55º 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 #6B313E is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB1074962-
CMYK00.540.420.58
HSL346.55º37.18%30.59%-
HSV(B)346.55º54.21%41.96%-
XYZ8.035.675.23-
YUV67.82124.72155.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.08%
GREEN value IS 49 (19.53% from 255) = 22.48%
BLUE value IS 62 (24.61% from 255) = 28.44%
R=49.08%
G=22.48%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107496200.540.420.58346.5537.1830.59
Hex6B313E0362A3A15b251f
Octal153617606652725334537
Binary1101011110001111110011011010101011101010101101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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