#6D313D

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

Shades of Siren #6D313D

Tints of Siren #6D313D

Color information

#6D313D (or 0x6D313D) is unknown color: approx Siren. HEX triplet: 6D, 31 and 3D. RGB value is (109,49,61). Sum of RGB (Red+Green+Blue) = 109+49+61=219 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.77% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 109 - color contains mainly: red. Hex color #6D313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D313D is #92CEC2. Grayscale: #444444. Windows color (decimal): -9621187 or 4010349. OLE color: 4010349.

HSL color Cylindrical-coordinate representation of color #6D313D: hue angle of 348º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D313D is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB1094961-
CMYK00.550.440.57
HSL348º37.97%30.98%-
HSV(B)348º55.05%42.75%-
XYZ8.255.785.1-
YUV68.31123.88157.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.77%
GREEN value IS 49 (19.53% from 255) = 22.37%
BLUE value IS 61 (24.22% from 255) = 27.85%
R=49.77%
G=22.37%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109496100.550.440.5734837.9730.98
Hex6D313D0372C3915c261f
Octal155617506754715344637
Binary1101101110001111101011011110110011100110101110010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,49,61); }

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

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

 a { background-color: rgb(109,49,61); }

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

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

 span { border-color: rgb(109,49,61); }

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