#665058

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

Shades of Finn #665058

Tints of Finn #665058

Color information

#665058 (or 0x665058) is unknown color: approx Finn. HEX triplet: 66, 50 and 58. RGB value is (102,80,88). Sum of RGB (Red+Green+Blue) = 102+80+88=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 102 - color contains mainly: red. Hex color #665058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665058 is #99AFA7. Grayscale: #575757. Windows color (decimal): -10071976 or 5787750. OLE color: 5787750.

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

Color convert

RGB1028088-
CMYK00.220.140.6
HSL338.18º12.09%35.69%-
HSV(B)338.18º21.57%40%-
XYZ10.119.2710.49-
YUV87.49128.29138.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 88 (34.77% from 255) = 32.59%
R=37.78%
G=29.63%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102808800.220.140.6338.1812.0935.69
Hex665058016E3C152c24
Octal14612013002616745221444
Binary11001101010000101100001011011101111001010100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665058; }

 p { color: rgb(102,80,88); }

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

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

 a { background-color: rgb(102,80,88); }

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

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

 span { border-color: rgb(102,80,88); }

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