Html Css Color HEX #6D465F Finn

📋 copy color: '#6D465F'

red 109 ◦ green 70 ◦ blue 95

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

Shades of Finn #6D465F

Tints of Finn #6D465F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.67%

R = 39.78%
G = 25.55%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6D465F (or 0x6D465F) is known color: Finn. HEX triplet: 6D, 46 and 5F. RGB value is (109,70,95). Sum of RGB (Red+Green+Blue) = 109+70+95=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 109 - color contains mainly: red. Hex color #6D465F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D465F is #92B9A0. Grayscale: #545454. Windows color (decimal): -9615777 or 6243949. OLE color: 6243949.

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

Color convert

RGB 109 70 95 -
CMYK 0 0.36 0.13 0.57
HSL 321.54º 0.22% 0.35% -
HSV(B) 321.54º 0.36% 0.43% -
XYZ 10.56 8.46 11.9 -
YUV 84.51 133.92 145.47 -
System Red Green Blue C M Y K H S L
Decimal 109 70 95 0 0.36 0.13 0.57 321.54 0.22 0.35
Hex 6D 46 5F 0 24 D 39 142 16 23
Octal 155 106 137 0 44 15 71 502 26 43
Binary 1101101 1000110 1011111 0 100100 1101 111001 101000010 10110 100011

Color Harmonies of #6D465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D465F

Black with #6D465F

Text Example


Text Example

White with #6D465F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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