Html Css Color HEX #6C474F Finn

📋 copy color: '#6C474F'

red 108 ◦ green 71 ◦ blue 79

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

Shades of Finn #6C474F

Tints of Finn #6C474F

RGB

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

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

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

R = 41.86%
G = 27.52%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6C474F (or 0x6C474F) is known color: Finn. HEX triplet: 6C, 47 and 4F. RGB value is (108,71,79). Sum of RGB (Red+Green+Blue) = 108+71+79=258 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.86% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 108 - color contains mainly: red. Hex color #6C474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C474F is #93B8B0. Grayscale: #525252. Windows color (decimal): -9681073 or 5195628. OLE color: 5195628.

HSL color Cylindrical-coordinate representation of color #6C474F: hue angle of 347.03º 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 #6C474F is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 71 79 -
CMYK 0 0.34 0.27 0.58
HSL 347.03º 0.21% 0.35% -
HSV(B) 347.03º 0.34% 0.42% -
XYZ 9.85 8.26 8.47 -
YUV 82.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 108 71 79 0 0.34 0.27 0.58 347.03 0.21 0.35
Hex 6C 47 4F 0 22 1B 3A 15B 15 23
Octal 154 107 117 0 42 33 72 533 25 43
Binary 1101100 1000111 1001111 0 100010 11011 111010 101011011 10101 100011

Color Harmonies of #6C474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C474F

Black with #6C474F

Text Example


Text Example

White with #6C474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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