Html Css Color HEX #6D3240 Siren

📋 copy color: '#6D3240'

red 109 ◦ green 50 ◦ blue 64

#6D3240
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Siren #6D3240

Tints of Siren #6D3240

RGB

 RED value IS 109 (42.97% from 255) = 48.88%

 GREEN value IS 50 (19.92% from 255) = 22.42%

 BLUE value IS 64 (25.39% from 255) = 28.7%

R = 48.88%
G = 22.42%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.57

RGB Variations

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

Color information

#6D3240 (or 0x6D3240) is known color: Siren. HEX triplet: 6D, 32 and 40. RGB value is (109,50,64). Sum of RGB (Red+Green+Blue) = 109+50+64=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3240 is #92CDBF. Grayscale: #454545. Windows color (decimal): -9620928 or 4207213. OLE color: 4207213.

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

Color convert

RGB 109 50 64 -
CMYK 0 0.54 0.41 0.57
HSL 345.76º 0.37% 0.31% -
HSV(B) 345.76º 0.54% 0.43% -
XYZ 8.37 5.9 5.55 -
YUV 69.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 109 50 64 0 0.54 0.41 0.57 345.76 0.37 0.31
Hex 6D 32 40 0 36 29 39 15A 25 1F
Octal 155 62 100 0 66 51 71 532 45 37
Binary 1101101 110010 1000000 0 110110 101001 111001 101011010 100101 11111

Color Harmonies of #6D3240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3240

Black with #6D3240

Text Example


Text Example

White with #6D3240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,50,64); }

 H1.HeaderClassName
 {
   color: #6D3240;
 }
 .AnyTagClassName
 {
   color: #6D3240;
 }
</style>

background-color css

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

 a { background-color: rgb(109,50,64); }

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

border-color css

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

 span { border-color: rgb(109,50,64); }

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