#6B3656

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

Shades of Finn #6B3656

Tints of Finn #6B3656

Color information

#6B3656 (or 0x6B3656) is unknown color: approx Finn. HEX triplet: 6B, 36 and 56. RGB value is (107,54,86). Sum of RGB (Red+Green+Blue) = 107+54+86=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3656 is #94C9A9. Grayscale: #494949. Windows color (decimal): -9750954 or 5650027. OLE color: 5650027.

HSL color Cylindrical-coordinate representation of color #6B3656: hue angle of 323.77º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B3656 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB1075486-
CMYK00.500.200.58
HSL323.77º32.92%31.57%-
HSV(B)323.77º49.53%41.96%-
XYZ9.066.449.57-
YUV73.49135.06151.9-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.32%
GREEN value IS 54 (21.48% from 255) = 21.86%
BLUE value IS 86 (33.98% from 255) = 34.82%
R=43.32%
G=21.86%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107548600.500.200.58323.7732.9231.57
Hex6B3656032143A1442120
Octal1536612606224725044140
Binary11010111101101010110011001010100111010101000100100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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