Html Css Color HEX #6D455F Finn

📋 copy color: '#6D455F'

red 109 ◦ green 69 ◦ blue 95

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

Shades of Finn #6D455F

Tints of Finn #6D455F

RGB

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

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

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

R = 39.93%
G = 25.27%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6D455F (or 0x6D455F) is known color: Finn. HEX triplet: 6D, 45 and 5F. RGB value is (109,69,95). Sum of RGB (Red+Green+Blue) = 109+69+95=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 109 - color contains mainly: red. Hex color #6D455F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D455F is #92BAA0. Grayscale: #535353. Windows color (decimal): -9616033 or 6243693. OLE color: 6243693.

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

Color convert

RGB 109 69 95 -
CMYK 0 0.37 0.13 0.57
HSL 321º 0.22% 0.35% -
HSV(B) 321º 0.37% 0.43% -
XYZ 10.5 8.33 11.88 -
YUV 83.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 109 69 95 0 0.37 0.13 0.57 321 0.22 0.35
Hex 6D 45 5F 0 25 D 39 141 16 23
Octal 155 105 137 0 45 15 71 501 26 43
Binary 1101101 1000101 1011111 0 100101 1101 111001 101000001 10110 100011

Color Harmonies of #6D455F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D455F

Black with #6D455F

Text Example


Text Example

White with #6D455F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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