Html Css Color HEX #6D465C Finn

📋 copy color: '#6D465C'

red 109 ◦ green 70 ◦ blue 92

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

Shades of Finn #6D465C

Tints of Finn #6D465C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.83%

 BLUE value IS 92 (36.33% from 255) = 33.95%

R = 40.22%
G = 25.83%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6D465C (or 0x6D465C) is known color: Finn. HEX triplet: 6D, 46 and 5C. RGB value is (109,70,92). Sum of RGB (Red+Green+Blue) = 109+70+92=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 109 - color contains mainly: red. Hex color #6D465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D465C is #92B9A3. Grayscale: #545454. Windows color (decimal): -9615780 or 6047341. OLE color: 6047341.

HSL color Cylindrical-coordinate representation of color #6D465C: hue angle of 326.15º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D465C is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 70 92 -
CMYK 0 0.36 0.16 0.57
HSL 326.15º 0.22% 0.35% -
HSV(B) 326.15º 0.36% 0.43% -
XYZ 10.43 8.4 11.2 -
YUV 84.17 132.42 145.71 -
System Red Green Blue C M Y K H S L
Decimal 109 70 92 0 0.36 0.16 0.57 326.15 0.22 0.35
Hex 6D 46 5C 0 24 10 39 146 16 23
Octal 155 106 134 0 44 20 71 506 26 43
Binary 1101101 1000110 1011100 0 100100 10000 111001 101000110 10110 100011

Color Harmonies of #6D465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D465C

Black with #6D465C

Text Example


Text Example

White with #6D465C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,70,92); }

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

background-color css

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

 a { background-color: rgb(109,70,92); }

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

border-color css

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

 span { border-color: rgb(109,70,92); }

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