Html Css Color HEX #6D3650 Flirt

📋 copy color: '#6D3650'

red 109 ◦ green 54 ◦ blue 80

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

Shades of Flirt #6D3650

Tints of Flirt #6D3650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.22%

 BLUE value IS 80 (31.64% from 255) = 32.92%

R = 44.86%
G = 22.22%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#6D3650 (or 0x6D3650) is known color: Flirt. HEX triplet: 6D, 36 and 50. RGB value is (109,54,80). Sum of RGB (Red+Green+Blue) = 109+54+80=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3650 is #92C9AF. Grayscale: #494949. Windows color (decimal): -9619888 or 5256813. OLE color: 5256813.

HSL color Cylindrical-coordinate representation of color #6D3650: hue angle of 331.64º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D3650 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 54 80 -
CMYK 0 0.50 0.27 0.57
HSL 331.64º 0.34% 0.32% -
HSV(B) 331.64º 0.5% 0.43% -
XYZ 9.07 6.47 8.36 -
YUV 73.41 131.72 153.39 -
System Red Green Blue C M Y K H S L
Decimal 109 54 80 0 0.50 0.27 0.57 331.64 0.34 0.32
Hex 6D 36 50 0 32 1B 39 14C 22 20
Octal 155 66 120 0 62 33 71 514 42 40
Binary 1101101 110110 1010000 0 110010 11011 111001 101001100 100010 100000

Color Harmonies of #6D3650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3650

Black with #6D3650

Text Example


Text Example

White with #6D3650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,54,80); }

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

background-color css

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

 a { background-color: rgb(109,54,80); }

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

border-color css

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

 span { border-color: rgb(109,54,80); }

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