#6C3856

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

Shades of Finn #6C3856

Tints of Finn #6C3856

Color information

#6C3856 (or 0x6C3856) is unknown color: approx Finn. HEX triplet: 6C, 38 and 56. RGB value is (108,56,86). Sum of RGB (Red+Green+Blue) = 108+56+86=250 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.2% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3856 is #93C7A9. Grayscale: #4A4A4A. Windows color (decimal): -9684906 or 5650540. OLE color: 5650540.

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

Color convert

RGB1085686-
CMYK00.480.200.58
HSL325.38º31.71%32.16%-
HSV(B)325.38º48.15%42.35%-
XYZ9.286.699.61-
YUV74.97134.23151.56-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.2%
GREEN value IS 56 (22.27% from 255) = 22.4%
BLUE value IS 86 (33.98% from 255) = 34.4%
R=43.2%
G=22.4%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108568600.480.200.58325.3831.7132.16
Hex6C3856030143A1452020
Octal1547012606024725054040
Binary11011001110001010110011000010100111010101000101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,56,86); }

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

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

 a { background-color: rgb(108,56,86); }

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

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

 span { border-color: rgb(108,56,86); }

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