#68454F

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

Shades of Finn #68454F

Tints of Finn #68454F

Color information

#68454F (or 0x68454F) is unknown color: approx Finn. HEX triplet: 68, 45 and 4F. RGB value is (104,69,79). Sum of RGB (Red+Green+Blue) = 104+69+79=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #68454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68454F is #97BAB0. Grayscale: #505050. Windows color (decimal): -9943729 or 5195112. OLE color: 5195112.

HSL color Cylindrical-coordinate representation of color #68454F: hue angle of 342.86º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68454F is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB1046979-
CMYK00.340.240.59
HSL342.86º20.23%33.92%-
HSV(B)342.86º33.65%40.78%-
XYZ9.257.768.41-
YUV80.6127.1144.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.27%
GREEN value IS 69 (27.34% from 255) = 27.38%
BLUE value IS 79 (31.25% from 255) = 31.35%
R=41.27%
G=27.38%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104697900.340.240.59342.8620.2333.92
Hex68454F022183B1571422
Octal15010511704230735272442
Binary11010001000101100111101000101100011101110101011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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