#61555B

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

Shades of Finn #61555B

Tints of Finn #61555B

Color information

#61555B (or 0x61555B) is unknown color: approx Finn. HEX triplet: 61, 55 and 5B. RGB value is (97,85,91). Sum of RGB (Red+Green+Blue) = 97+85+91=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 97 - color contains mainly: red. Hex color #61555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61555B is #9EAAA4. Grayscale: #595959. Windows color (decimal): -10398373 or 5985633. OLE color: 5985633.

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

Color convert

RGB978591-
CMYK00.120.060.62
HSL330º6.59%35.69%-
HSV(B)330º12.37%38.04%-
XYZ10.079.7911.26-
YUV89.27128.98133.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.53%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 91 (35.94% from 255) = 33.33%
R=35.53%
G=31.14%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97859100.120.060.623306.5935.69
Hex61555B0C63E14a724
Octal141125133014676512744
Binary11000011010101101101101100110111110101001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,85,91); }

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

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

 a { background-color: rgb(97,85,91); }

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

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

 span { border-color: rgb(97,85,91); }

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