#6C474F

Color #6C474F Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #6C474F

Tints of Finn #6C474F

Color information

#6C474F (or 0x6C474F) is unknown color: approx 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

RGB1087179-
CMYK00.340.270.58
HSL347.03º20.67%35.1%-
HSV(B)347.03º34.26%42.35%-
XYZ9.858.268.47-
YUV82.98125.76145.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.86%
GREEN value IS 71 (28.12% 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 (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108717900.340.270.58347.0320.6735.1
Hex6C474F0221B3A15b1523
Octal15410711704233725332543
Binary11011001000111100111101000101101111101010101101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>