#6B4956

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

Shades of Finn #6B4956

Tints of Finn #6B4956

Color information

#6B4956 (or 0x6B4956) is unknown color: approx Finn. HEX triplet: 6B, 49 and 56. RGB value is (107,73,86). Sum of RGB (Red+Green+Blue) = 107+73+86=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4956 is #94B6A9. Grayscale: #545454. Windows color (decimal): -9746090 or 5654891. OLE color: 5654891.

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

Color convert

RGB1077386-
CMYK00.320.200.58
HSL337.06º18.89%35.29%-
HSV(B)337.06º31.78%41.96%-
XYZ10.138.569.92-
YUV84.65128.76143.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.23%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 86 (33.98% from 255) = 32.33%
R=40.23%
G=27.44%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107738600.320.200.58337.0618.8935.29
Hex6B4956020143A1511323
Octal15311112604024725212343
Binary11010111001001101011001000001010011101010101000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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