#6B3551

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

Shades of Finn #6B3551

Tints of Finn #6B3551

Color information

#6B3551 (or 0x6B3551) is unknown color: approx Finn. HEX triplet: 6B, 35 and 51. RGB value is (107,53,81). Sum of RGB (Red+Green+Blue) = 107+53+81=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3551 is #94CAAE. Grayscale: #484848. Windows color (decimal): -9751215 or 5322091. OLE color: 5322091.

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

Color convert

RGB1075381-
CMYK00.500.240.58
HSL328.89º33.75%31.37%-
HSV(B)328.89º50.47%41.96%-
XYZ8.826.278.53-
YUV72.34132.89152.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.40%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 81 (32.03% from 255) = 33.61%
R=44.40%
G=21.99%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107538100.500.240.58328.8933.7531.37
Hex6B3551032183A149221f
Octal1536512106230725114237
Binary1101011110101101000101100101100011101010100100110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,53,81); }

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

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

 a { background-color: rgb(107,53,81); }

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

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

 span { border-color: rgb(107,53,81); }

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