#6D203B

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

Shades of Siren #6D203B

Tints of Siren #6D203B

Color information

#6D203B (or 0x6D203B) is unknown color: approx Siren. HEX triplet: 6D, 20 and 3B. RGB value is (109,32,59). Sum of RGB (Red+Green+Blue) = 109+32+59=200 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 109 - color contains mainly: red. Hex color #6D203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D203B is #92DFC4. Grayscale: #3A3A3A. Windows color (decimal): -9625541 or 3874925. OLE color: 3874925.

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

Color convert

RGB1093259-
CMYK00.710.460.57
HSL338.96º54.61%27.65%-
HSV(B)338.96º70.64%42.75%-
XYZ7.614.64.62-
YUV58.1128.51164.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.5%
GREEN value IS 32 (12.89% from 255) = 16%
BLUE value IS 59 (23.44% from 255) = 29.5%
R=54.5%
G=16%
B=29.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109325900.710.460.57338.9654.6127.65
Hex6D203B0472E39153371c
Octal1554073010756715236734
Binary11011011000001110110100011110111011100110101001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,32,59); }

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

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

 a { background-color: rgb(109,32,59); }

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

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

 span { border-color: rgb(109,32,59); }

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