#68444F

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

Shades of Finn #68444F

Tints of Finn #68444F

Color information

#68444F (or 0x68444F) is unknown color: approx Finn. HEX triplet: 68, 44 and 4F. RGB value is (104,68,79). Sum of RGB (Red+Green+Blue) = 104+68+79=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #68444F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68444F is #97BBB0. Grayscale: #505050. Windows color (decimal): -9943985 or 5194856. OLE color: 5194856.

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

Color convert

RGB1046879-
CMYK00.350.240.59
HSL341.67º20.93%33.73%-
HSV(B)341.67º34.62%40.78%-
XYZ9.197.648.39-
YUV80.02127.43145.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.43%
GREEN value IS 68 (26.95% from 255) = 27.09%
BLUE value IS 79 (31.25% from 255) = 31.47%
R=41.43%
G=27.09%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104687900.350.240.59341.6720.9333.73
Hex68444F023183B1561522
Octal15010411704330735262542
Binary11010001000100100111101000111100011101110101011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68444F; }

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

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

<style>
 a { background-color: #68444F; }

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

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

<style>
 span { border-color: #68444F; }

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

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