#68424F

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

Shades of Finn #68424F

Tints of Finn #68424F

Color information

#68424F (or 0x68424F) is unknown color: approx Finn. HEX triplet: 68, 42 and 4F. RGB value is (104,66,79). Sum of RGB (Red+Green+Blue) = 104+66+79=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #68424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68424F is #97BDB0. Grayscale: #4E4E4E. Windows color (decimal): -9944497 or 5194344. OLE color: 5194344.

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

Color convert

RGB1046679-
CMYK00.370.240.59
HSL339.47º22.35%33.33%-
HSV(B)339.47º36.54%40.78%-
XYZ9.077.48.35-
YUV78.84128.09145.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 66 (26.17% from 255) = 26.51%
BLUE value IS 79 (31.25% from 255) = 31.73%
R=41.77%
G=26.51%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104667900.370.240.59339.4722.3533.33
Hex68424F025183B1531621
Octal15010211704530735232641
Binary11010001000010100111101001011100011101110101001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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