Html Css Color HEX #6D465D Finn

📋 copy color: '#6D465D'

red 109 ◦ green 70 ◦ blue 93

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

Shades of Finn #6D465D

Tints of Finn #6D465D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.19%

R = 40.07%
G = 25.74%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6D465D (or 0x6D465D) is known color: Finn. HEX triplet: 6D, 46 and 5D. RGB value is (109,70,93). Sum of RGB (Red+Green+Blue) = 109+70+93=272 (36% of max value = 765). Red value is 109 (42.97% from 255 or 40.07% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 109 - color contains mainly: red. Hex color #6D465D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D465D is #92B9A2. Grayscale: #545454. Windows color (decimal): -9615779 or 6112877. OLE color: 6112877.

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

Color convert

RGB 109 70 93 -
CMYK 0 0.36 0.15 0.57
HSL 324.62º 0.22% 0.35% -
HSV(B) 324.62º 0.36% 0.43% -
XYZ 10.47 8.42 11.43 -
YUV 84.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 109 70 93 0 0.36 0.15 0.57 324.62 0.22 0.35
Hex 6D 46 5D 0 24 F 39 145 16 23
Octal 155 106 135 0 44 17 71 505 26 43
Binary 1101101 1000110 1011101 0 100100 1111 111001 101000101 10110 100011

Color Harmonies of #6D465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D465D

Black with #6D465D

Text Example


Text Example

White with #6D465D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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