Html Css Color HEX #6C475D Finn

📋 copy color: '#6C475D'

red 108 ◦ green 71 ◦ blue 93

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

Shades of Finn #6C475D

Tints of Finn #6C475D

RGB

 RED value IS 108 (42.58% from 255) = 39.71%

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

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

R = 39.71%
G = 26.1%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6C475D (or 0x6C475D) is known color: Finn. HEX triplet: 6C, 47 and 5D. RGB value is (108,71,93). Sum of RGB (Red+Green+Blue) = 108+71+93=272 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.71% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 108 - color contains mainly: red. Hex color #6C475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C475D is #93B8A2. Grayscale: #545454. Windows color (decimal): -9681059 or 6113132. OLE color: 6113132.

HSL color Cylindrical-coordinate representation of color #6C475D: hue angle of 324.32º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C475D is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 71 93 -
CMYK 0 0.34 0.14 0.58
HSL 324.32º 0.21% 0.35% -
HSV(B) 324.32º 0.34% 0.42% -
XYZ 10.41 8.48 11.44 -
YUV 84.57 132.76 144.71 -
System Red Green Blue C M Y K H S L
Decimal 108 71 93 0 0.34 0.14 0.58 324.32 0.21 0.35
Hex 6C 47 5D 0 22 E 3A 144 15 23
Octal 154 107 135 0 42 16 72 504 25 43
Binary 1101100 1000111 1011101 0 100010 1110 111010 101000100 10101 100011

Color Harmonies of #6C475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C475D

Black with #6C475D

Text Example


Text Example

White with #6C475D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,71,93); }

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

background-color css

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

 a { background-color: rgb(108,71,93); }

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

border-color css

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

 span { border-color: rgb(108,71,93); }

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