#68445A

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

Shades of Finn #68445A

Tints of Finn #68445A

Color information

#68445A (or 0x68445A) is unknown color: approx Finn. HEX triplet: 68, 44 and 5A. RGB value is (104,68,90). Sum of RGB (Red+Green+Blue) = 104+68+90=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #68445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68445A is #97BBA5. Grayscale: #515151. Windows color (decimal): -9943974 or 5915752. OLE color: 5915752.

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

Color convert

RGB1046890-
CMYK00.350.130.59
HSL323.33º20.93%33.73%-
HSV(B)323.33º34.62%40.78%-
XYZ9.627.8210.67-
YUV81.27132.93144.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.69%
GREEN value IS 68 (26.95% from 255) = 25.95%
BLUE value IS 90 (35.55% from 255) = 34.35%
R=39.69%
G=25.95%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104689000.350.130.59323.3320.9333.73
Hex68445A023D3B1431522
Octal15010413204315735032542
Binary1101000100010010110100100011110111101110100001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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