#68485B

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

Shades of Finn #68485B

Tints of Finn #68485B

Color information

#68485B (or 0x68485B) is unknown color: approx Finn. HEX triplet: 68, 48 and 5B. RGB value is (104,72,91). Sum of RGB (Red+Green+Blue) = 104+72+91=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #68485B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68485B is #97B7A4. Grayscale: #535353. Windows color (decimal): -9942949 or 5982312. OLE color: 5982312.

HSL color Cylindrical-coordinate representation of color #68485B: hue angle of 324.38º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68485B is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1047291-
CMYK00.310.120.59
HSL324.38º18.18%34.51%-
HSV(B)324.38º30.77%40.78%-
XYZ9.918.3310.98-
YUV83.73132.1142.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 91 (35.94% from 255) = 34.08%
R=38.95%
G=26.97%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104729100.310.120.59324.3818.1834.51
Hex68485B01FC3B1441223
Octal15011013303714735042243
Binary110100010010001011011011111110011101110100010010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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