#6B313F

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

Shades of Siren #6B313F

Tints of Siren #6B313F

Color information

#6B313F (or 0x6B313F) is unknown color: approx Siren. HEX triplet: 6B, 31 and 3F. RGB value is (107,49,63). Sum of RGB (Red+Green+Blue) = 107+49+63=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 107 - color contains mainly: red. Hex color #6B313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B313F is #94CEC0. Grayscale: #434343. Windows color (decimal): -9752257 or 4141419. OLE color: 4141419.

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

Color convert

RGB1074963-
CMYK00.540.410.58
HSL345.52º37.18%30.59%-
HSV(B)345.52º54.21%41.96%-
XYZ8.065.685.37-
YUV67.94125.22155.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.86%
GREEN value IS 49 (19.53% from 255) = 22.37%
BLUE value IS 63 (25% from 255) = 28.77%
R=48.86%
G=22.37%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107496300.540.410.58345.5237.1830.59
Hex6B313F036293A15a251f
Octal153617706651725324537
Binary1101011110001111111011011010100111101010101101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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