#68445D

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

Shades of Finn #68445D

Tints of Finn #68445D

Color information

#68445D (or 0x68445D) is unknown color: approx Finn. HEX triplet: 68, 44 and 5D. RGB value is (104,68,93). Sum of RGB (Red+Green+Blue) = 104+68+93=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #68445D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68445D is #97BBA2. Grayscale: #515151. Windows color (decimal): -9943971 or 6112360. OLE color: 6112360.

HSL color Cylindrical-coordinate representation of color #68445D: hue angle of 318.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68445D is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB1046893-
CMYK00.350.110.59
HSL318.33º20.93%33.73%-
HSV(B)318.33º34.62%40.78%-
XYZ9.757.8711.36-
YUV81.61134.43143.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.25%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 93 (36.72% from 255) = 35.09%
R=39.25%
G=25.66%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104689300.350.110.59318.3320.9333.73
Hex68445D023B3B13e1522
Octal15010413504313734762542
Binary1101000100010010111010100011101111101110011111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68445D; }

 p { color: rgb(104,68,93); }

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

<style>
 a { background-color: #68445D; }

 a { background-color: rgb(104,68,93); }

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

<style>
 span { border-color: #68445D; }

 span { border-color: rgb(104,68,93); }

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