#675058

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

Shades of Finn #675058

Tints of Finn #675058

Color information

#675058 (or 0x675058) is unknown color: approx Finn. HEX triplet: 67, 50 and 58. RGB value is (103,80,88). Sum of RGB (Red+Green+Blue) = 103+80+88=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 103 - color contains mainly: red. Hex color #675058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675058 is #98AFA7. Grayscale: #575757. Windows color (decimal): -10006440 or 5787751. OLE color: 5787751.

HSL color Cylindrical-coordinate representation of color #675058: hue angle of 339.13º degrees, saturation: 0.13, 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 #675058 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB1038088-
CMYK00.220.150.60
HSL339.13º12.57%35.88%-
HSV(B)339.13º22.33%40.39%-
XYZ10.229.3310.49-
YUV87.79128.12138.85-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.01%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 88 (34.77% from 255) = 32.47%
R=38.01%
G=29.52%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103808800.220.150.60339.1312.5735.88
Hex675058016F3C153d24
Octal14712013002617745231544
Binary11001111010000101100001011011111111001010100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675058; }

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

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

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

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

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

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

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

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