#6D213D

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

Shades of Siren #6D213D

Tints of Siren #6D213D

Color information

#6D213D (or 0x6D213D) is unknown color: approx Siren. HEX triplet: 6D, 21 and 3D. RGB value is (109,33,61). Sum of RGB (Red+Green+Blue) = 109+33+61=203 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.69% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 109 - color contains mainly: red. Hex color #6D213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D213D is #92DEC2. Grayscale: #3A3A3A. Windows color (decimal): -9625283 or 4006253. OLE color: 4006253.

HSL color Cylindrical-coordinate representation of color #6D213D: hue angle of 337.89º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D213D is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB1093361-
CMYK00.700.440.57
HSL337.89º53.52%27.84%-
HSV(B)337.89º69.72%42.75%-
XYZ7.694.684.91-
YUV58.92129.18163.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 53.69%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 61 (24.22% from 255) = 30.05%
R=53.69%
G=16.26%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109336100.700.440.57337.8953.5227.84
Hex6D213D0462C39152361c
Octal1554175010654715226634
Binary11011011000011111010100011010110011100110101001011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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