#68425B

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

Shades of Finn #68425B

Tints of Finn #68425B

Color information

#68425B (or 0x68425B) is unknown color: approx Finn. HEX triplet: 68, 42 and 5B. RGB value is (104,66,91). Sum of RGB (Red+Green+Blue) = 104+66+91=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #68425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68425B is #97BDA4. Grayscale: #505050. Windows color (decimal): -9944485 or 5980776. OLE color: 5980776.

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

Color convert

RGB1046691-
CMYK00.370.120.59
HSL320.53º22.35%33.33%-
HSV(B)320.53º36.54%40.78%-
XYZ9.557.5910.86-
YUV80.21134.09144.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.85%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=39.85%
G=25.29%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104669100.370.120.59320.5322.3533.33
Hex68425B025C3B1411621
Octal15010213304514735012641
Binary1101000100001010110110100101110011101110100000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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