#6B4955

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

Shades of Finn #6B4955

Tints of Finn #6B4955

Color information

#6B4955 (or 0x6B4955) is unknown color: approx Finn. HEX triplet: 6B, 49 and 55. RGB value is (107,73,85). Sum of RGB (Red+Green+Blue) = 107+73+85=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4955 is #94B6AA. Grayscale: #545454. Windows color (decimal): -9746091 or 5589355. OLE color: 5589355.

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

Color convert

RGB1077385-
CMYK00.320.210.58
HSL338.82º18.89%35.29%-
HSV(B)338.82º31.78%41.96%-
XYZ10.098.559.71-
YUV84.53128.26144.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.38%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 85 (33.59% from 255) = 32.08%
R=40.38%
G=27.55%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107738500.320.210.58338.8218.8935.29
Hex6B4955020153A1531323
Octal15311112504025725232343
Binary11010111001001101010101000001010111101010101001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,73,85); }

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

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

 a { background-color: rgb(107,73,85); }

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

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

 span { border-color: rgb(107,73,85); }

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