Html Css Color HEX #6D475C Finn

📋 copy color: '#6D475C'

red 109 ◦ green 71 ◦ blue 92

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

Shades of Finn #6D475C

Tints of Finn #6D475C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.1%

 BLUE value IS 92 (36.33% from 255) = 33.82%

R = 40.07%
G = 26.1%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6D475C (or 0x6D475C) is known color: Finn. HEX triplet: 6D, 47 and 5C. RGB value is (109,71,92). Sum of RGB (Red+Green+Blue) = 109+71+92=272 (36% of max value = 765). Red value is 109 (42.97% from 255 or 40.07% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 109 - color contains mainly: red. Hex color #6D475C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D475C is #92B8A3. Grayscale: #545454. Windows color (decimal): -9615524 or 6047597. OLE color: 6047597.

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

Color convert

RGB 109 71 92 -
CMYK 0 0.35 0.16 0.57
HSL 326.84º 0.21% 0.35% -
HSV(B) 326.84º 0.35% 0.43% -
XYZ 10.49 8.53 11.22 -
YUV 84.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 109 71 92 0 0.35 0.16 0.57 326.84 0.21 0.35
Hex 6D 47 5C 0 23 10 39 147 15 23
Octal 155 107 134 0 43 20 71 507 25 43
Binary 1101101 1000111 1011100 0 100011 10000 111001 101000111 10101 100011

Color Harmonies of #6D475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D475C

Black with #6D475C

Text Example


Text Example

White with #6D475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,71,92); }

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

background-color css

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

 a { background-color: rgb(109,71,92); }

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

border-color css

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

 span { border-color: rgb(109,71,92); }

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