#6B474F

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

Shades of Finn #6B474F

Tints of Finn #6B474F

Color information

#6B474F (or 0x6B474F) is unknown color: approx Finn. HEX triplet: 6B, 47 and 4F. RGB value is (107,71,79). Sum of RGB (Red+Green+Blue) = 107+71+79=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 107 - color contains mainly: red. Hex color #6B474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B474F is #94B8B0. Grayscale: #525252. Windows color (decimal): -9746609 or 5195627. OLE color: 5195627.

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

Color convert

RGB1077179-
CMYK00.340.260.58
HSL346.67º20.22%34.9%-
HSV(B)346.67º33.64%41.96%-
XYZ9.738.28.47-
YUV82.68125.93145.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.63%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 79 (31.25% from 255) = 30.74%
R=41.63%
G=27.63%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107717900.340.260.58346.6720.2234.9
Hex6B474F0221A3A15b1423
Octal15310711704232725332443
Binary11010111000111100111101000101101011101010101101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B474F;
 }
 .AnyTagClassName
 {
   color: #6B474F;
 }
</style>
background-color css

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

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

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

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

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

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