#68445B

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

Shades of Finn #68445B

Tints of Finn #68445B

Color information

#68445B (or 0x68445B) is unknown color: approx Finn. HEX triplet: 68, 44 and 5B. RGB value is (104,68,91). Sum of RGB (Red+Green+Blue) = 104+68+91=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #68445B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68445B is #97BBA4. Grayscale: #515151. Windows color (decimal): -9943973 or 5981288. OLE color: 5981288.

HSL color Cylindrical-coordinate representation of color #68445B: hue angle of 321.67º 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 #68445B is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1046891-
CMYK00.350.120.59
HSL321.67º20.93%33.73%-
HSV(B)321.67º34.62%40.78%-
XYZ9.667.8310.9-
YUV81.39133.43144.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.54%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 91 (35.94% from 255) = 34.60%
R=39.54%
G=25.86%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104689100.350.120.59321.6720.9333.73
Hex68445B023C3B1421522
Octal15010413304314735022542
Binary1101000100010010110110100011110011101110100001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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