#6B4953

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

Shades of Finn #6B4953

Tints of Finn #6B4953

Color information

#6B4953 (or 0x6B4953) is unknown color: approx Finn. HEX triplet: 6B, 49 and 53. RGB value is (107,73,83). Sum of RGB (Red+Green+Blue) = 107+73+83=263 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.68% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4953 is #94B6AC. Grayscale: #545454. Windows color (decimal): -9746093 or 5458283. OLE color: 5458283.

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

Color convert

RGB1077383-
CMYK00.320.220.58
HSL342.35º18.89%35.29%-
HSV(B)342.35º31.78%41.96%-
XYZ10.018.529.3-
YUV84.31127.26144.19-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.68%
GREEN value IS 73 (28.91% from 255) = 27.76%
BLUE value IS 83 (32.81% from 255) = 31.56%
R=40.68%
G=27.76%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107738300.320.220.58342.3518.8935.29
Hex6B4953020163A1561323
Octal15311112304026725262343
Binary11010111001001101001101000001011011101010101011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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