#61575C

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

Shades of Finn #61575C

Tints of Finn #61575C

Color information

#61575C (or 0x61575C) is unknown color: approx Finn. HEX triplet: 61, 57 and 5C. RGB value is (97,87,92). Sum of RGB (Red+Green+Blue) = 97+87+92=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 97 - color contains mainly: red. Hex color #61575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61575C is #9EA8A3. Grayscale: #5A5A5A. Windows color (decimal): -10397860 or 6051681. OLE color: 6051681.

HSL color Cylindrical-coordinate representation of color #61575C: hue angle of 330º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #61575C is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB978792-
CMYK00.100.050.62
HSL330º5.43%36.08%-
HSV(B)330º10.31%38.04%-
XYZ10.2710.1311.54-
YUV90.56128.81132.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.14%
GREEN value IS 87 (34.38% from 255) = 31.52%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=35.14%
G=31.52%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97879200.100.050.623305.4336.08
Hex61575C0A53E14a524
Octal141127134012576512544
Binary11000011010111101110001010101111110101001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61575C; }

 p { color: rgb(97,87,92); }

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

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

 a { background-color: rgb(97,87,92); }

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

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

 span { border-color: rgb(97,87,92); }

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