#675158

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

Shades of Finn #675158

Tints of Finn #675158

Color information

#675158 (or 0x675158) is unknown color: approx Finn. HEX triplet: 67, 51 and 58. RGB value is (103,81,88). Sum of RGB (Red+Green+Blue) = 103+81+88=272 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.87% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 103 - color contains mainly: red. Hex color #675158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675158 is #98AEA7. Grayscale: #585858. Windows color (decimal): -10006184 or 5788007. OLE color: 5788007.

HSL color Cylindrical-coordinate representation of color #675158: hue angle of 340.91º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #675158 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB1038188-
CMYK00.210.150.60
HSL340.91º11.96%36.08%-
HSV(B)340.91º21.36%40.39%-
XYZ10.39.4710.52-
YUV88.38127.79138.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.87%
GREEN value IS 81 (32.03% from 255) = 29.78%
BLUE value IS 88 (34.77% from 255) = 32.35%
R=37.87%
G=29.78%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103818800.210.150.60340.9111.9636.08
Hex675158015F3C155c24
Octal14712113002517745251444
Binary11001111010001101100001010111111111001010101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675158; }

 p { color: rgb(103,81,88); }

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

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

 a { background-color: rgb(103,81,88); }

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

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

 span { border-color: rgb(103,81,88); }

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