Html Css Color HEX #6D455D Finn

📋 copy color: '#6D455D'

red 109 ◦ green 69 ◦ blue 93

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

Shades of Finn #6D455D

Tints of Finn #6D455D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.46%

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

R = 40.22%
G = 25.46%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6D455D (or 0x6D455D) is known color: Finn. HEX triplet: 6D, 45 and 5D. RGB value is (109,69,93). Sum of RGB (Red+Green+Blue) = 109+69+93=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 109 - color contains mainly: red. Hex color #6D455D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D455D is #92BAA2. Grayscale: #535353. Windows color (decimal): -9616035 or 6112621. OLE color: 6112621.

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

Color convert

RGB 109 69 93 -
CMYK 0 0.37 0.15 0.57
HSL 324º 0.22% 0.35% -
HSV(B) 324º 0.37% 0.43% -
XYZ 10.41 8.3 11.41 -
YUV 83.7 133.25 146.05 -
System Red Green Blue C M Y K H S L
Decimal 109 69 93 0 0.37 0.15 0.57 324 0.22 0.35
Hex 6D 45 5D 0 25 F 39 144 16 23
Octal 155 105 135 0 45 17 71 504 26 43
Binary 1101101 1000101 1011101 0 100101 1111 111001 101000100 10110 100011

Color Harmonies of #6D455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D455D

Black with #6D455D

Text Example


Text Example

White with #6D455D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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