#6B3954

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

Shades of Finn #6B3954

Tints of Finn #6B3954

Color information

#6B3954 (or 0x6B3954) is unknown color: approx Finn. HEX triplet: 6B, 39 and 54. RGB value is (107,57,84). Sum of RGB (Red+Green+Blue) = 107+57+84=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3954 is #94C6AB. Grayscale: #4A4A4A. Windows color (decimal): -9750188 or 5519723. OLE color: 5519723.

HSL color Cylindrical-coordinate representation of color #6B3954: hue angle of 327.6º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B3954 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB1075784-
CMYK00.470.210.58
HSL327.6º30.49%32.16%-
HSV(B)327.6º46.73%41.96%-
XYZ9.136.699.2-
YUV75.03133.06150.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.15%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 84 (33.20% from 255) = 33.87%
R=43.15%
G=22.98%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107578400.470.210.58327.630.4932.16
Hex6B395402F153A1481e20
Octal1537112405725725103640
Binary1101011111001101010001011111010111101010100100011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,57,84); }

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

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

 a { background-color: rgb(107,57,84); }

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

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

 span { border-color: rgb(107,57,84); }

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