#6B4360

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

Shades of Finn #6B4360

Tints of Finn #6B4360

Color information

#6B4360 (or 0x6B4360) is unknown color: approx Finn. HEX triplet: 6B, 43 and 60. RGB value is (107,67,96). Sum of RGB (Red+Green+Blue) = 107+67+96=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4360 is #94BC9F. Grayscale: #525252. Windows color (decimal): -9747616 or 6308715. OLE color: 6308715.

HSL color Cylindrical-coordinate representation of color #6B4360: hue angle of 316.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B4360 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB1076796-
CMYK00.370.100.58
HSL316.5º22.99%34.12%-
HSV(B)316.5º37.38%41.96%-
XYZ10.187.9812.07-
YUV82.27135.75145.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.63%
GREEN value IS 67 (26.56% from 255) = 24.81%
BLUE value IS 96 (37.89% from 255) = 35.56%
R=39.63%
G=24.81%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107679600.370.100.58316.522.9934.12
Hex6B4360025A3A13c1722
Octal15310314004512724742742
Binary1101011100001111000000100101101011101010011110010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,67,96); }

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

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

 a { background-color: rgb(107,67,96); }

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

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

 span { border-color: rgb(107,67,96); }

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