Html Css Color HEX #6D475B Finn

📋 copy color: '#6D475B'

red 109 ◦ green 71 ◦ blue 91

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

Shades of Finn #6D475B

Tints of Finn #6D475B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.58%

R = 40.22%
G = 26.2%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D475B (or 0x6D475B) is known color: Finn. HEX triplet: 6D, 47 and 5B. RGB value is (109,71,91). Sum of RGB (Red+Green+Blue) = 109+71+91=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 109 - color contains mainly: red. Hex color #6D475B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D475B is #92B8A4. Grayscale: #545454. Windows color (decimal): -9615525 or 5982061. OLE color: 5982061.

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

Color convert

RGB 109 71 91 -
CMYK 0 0.35 0.17 0.57
HSL 328.42º 0.21% 0.35% -
HSV(B) 328.42º 0.35% 0.43% -
XYZ 10.45 8.51 10.99 -
YUV 84.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 109 71 91 0 0.35 0.17 0.57 328.42 0.21 0.35
Hex 6D 47 5B 0 23 11 39 148 15 23
Octal 155 107 133 0 43 21 71 510 25 43
Binary 1101101 1000111 1011011 0 100011 10001 111001 101001000 10101 100011

Color Harmonies of #6D475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D475B

Black with #6D475B

Text Example


Text Example

White with #6D475B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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