Html Css Color HEX #6D3140 Siren

📋 copy color: '#6D3140'

red 109 ◦ green 49 ◦ blue 64

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

Shades of Siren #6D3140

Tints of Siren #6D3140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.07%

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

R = 49.1%
G = 22.07%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.57

RGB Variations

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

Color information

#6D3140 (or 0x6D3140) is known color: Siren. HEX triplet: 6D, 31 and 40. RGB value is (109,49,64). Sum of RGB (Red+Green+Blue) = 109+49+64=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3140 is #92CEBF. Grayscale: #444444. Windows color (decimal): -9621184 or 4206957. OLE color: 4206957.

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

Color convert

RGB 109 49 64 -
CMYK 0 0.55 0.41 0.57
HSL 345º 0.38% 0.31% -
HSV(B) 345º 0.55% 0.43% -
XYZ 8.33 5.82 5.53 -
YUV 68.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 109 49 64 0 0.55 0.41 0.57 345 0.38 0.31
Hex 6D 31 40 0 37 29 39 159 26 1F
Octal 155 61 100 0 67 51 71 531 46 37
Binary 1101101 110001 1000000 0 110111 101001 111001 101011001 100110 11111

Color Harmonies of #6D3140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3140

Black with #6D3140

Text Example


Text Example

White with #6D3140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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