#6D203C

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

Shades of Siren #6D203C

Tints of Siren #6D203C

Color information

#6D203C (or 0x6D203C) is unknown color: approx Siren. HEX triplet: 6D, 20 and 3C. RGB value is (109,32,60). Sum of RGB (Red+Green+Blue) = 109+32+60=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D203C is #92DFC3. Grayscale: #3A3A3A. Windows color (decimal): -9625540 or 3940461. OLE color: 3940461.

HSL color Cylindrical-coordinate representation of color #6D203C: hue angle of 338.18º 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 #6D203C is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.57.

Color convert

RGB1093260-
CMYK00.710.450.57
HSL338.18º54.61%27.65%-
HSV(B)338.18º70.64%42.75%-
XYZ7.644.614.76-
YUV58.22129.01164.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.23%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 60 (23.83% from 255) = 29.85%
R=54.23%
G=15.92%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109326000.710.450.57338.1854.6127.65
Hex6D203C0472D39152371c
Octal1554074010755715226734
Binary11011011000001111000100011110110111100110101001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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