#6C394F

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

Shades of Finn #6C394F

Tints of Finn #6C394F

Color information

#6C394F (or 0x6C394F) is unknown color: approx Finn. HEX triplet: 6C, 39 and 4F. RGB value is (108,57,79). Sum of RGB (Red+Green+Blue) = 108+57+79=244 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.26% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 108 - color contains mainly: red. Hex color #6C394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C394F is #93C6B0. Grayscale: #4A4A4A. Windows color (decimal): -9684657 or 5192044. OLE color: 5192044.

HSL color Cylindrical-coordinate representation of color #6C394F: hue angle of 334.12º degrees, saturation: 0.31, 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 #6C394F is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB1085779-
CMYK00.470.270.58
HSL334.12º30.91%32.35%-
HSV(B)334.12º47.22%42.35%-
XYZ9.066.688.21-
YUV74.76130.4151.71-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.26%
GREEN value IS 57 (22.66% from 255) = 23.36%
BLUE value IS 79 (31.25% from 255) = 32.38%
R=44.26%
G=23.36%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108577900.470.270.58334.1230.9132.35
Hex6C394F02F1B3A14e1f20
Octal1547111705733725163740
Binary1101100111001100111101011111101111101010100111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,57,79); }

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

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

 a { background-color: rgb(108,57,79); }

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

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

 span { border-color: rgb(108,57,79); }

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