Html Css Color HEX #6D454F Finn

📋 copy color: '#6D454F'

red 109 ◦ green 69 ◦ blue 79

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

Shades of Finn #6D454F

Tints of Finn #6D454F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.74%

R = 42.41%
G = 26.85%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D454F (or 0x6D454F) is known color: Finn. HEX triplet: 6D, 45 and 4F. RGB value is (109,69,79). Sum of RGB (Red+Green+Blue) = 109+69+79=257 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.41% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 109 - color contains mainly: red. Hex color #6D454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D454F is #92BAB0. Grayscale: #525252. Windows color (decimal): -9616049 or 5195117. OLE color: 5195117.

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

Color convert

RGB 109 69 79 -
CMYK 0 0.37 0.28 0.57
HSL 345º 0.22% 0.35% -
HSV(B) 345º 0.37% 0.43% -
XYZ 9.85 8.07 8.44 -
YUV 82.1 126.25 147.19 -
System Red Green Blue C M Y K H S L
Decimal 109 69 79 0 0.37 0.28 0.57 345 0.22 0.35
Hex 6D 45 4F 0 25 1C 39 159 16 23
Octal 155 105 117 0 45 34 71 531 26 43
Binary 1101101 1000101 1001111 0 100101 11100 111001 101011001 10110 100011

Color Harmonies of #6D454F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D454F

Black with #6D454F

Text Example


Text Example

White with #6D454F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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