#61535A

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

Shades of Finn #61535A

Tints of Finn #61535A

Color information

#61535A (or 0x61535A) is unknown color: approx Finn. HEX triplet: 61, 53 and 5A. RGB value is (97,83,90). Sum of RGB (Red+Green+Blue) = 97+83+90=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 97 - color contains mainly: red. Hex color #61535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61535A is #9EACA5. Grayscale: #575757. Windows color (decimal): -10398886 or 5919585. OLE color: 5919585.

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

Color convert

RGB978390-
CMYK00.140.070.62
HSL330º7.78%35.29%-
HSV(B)330º14.43%38.04%-
XYZ9.879.4710.98-
YUV87.98129.14134.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.93%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 90 (35.55% from 255) = 33.33%
R=35.93%
G=30.74%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97839000.140.070.623307.7835.29
Hex61535A0E73E14a823
Octal1411231320167765121043
Binary110000110100111011010011101111111101010010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61535A; }

 p { color: rgb(97,83,90); }

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

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

 a { background-color: rgb(97,83,90); }

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

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

 span { border-color: rgb(97,83,90); }

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