#61434F

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

Shades of Finn #61434F

Tints of Finn #61434F

Color information

#61434F (or 0x61434F) is unknown color: approx Finn. HEX triplet: 61, 43 and 4F. RGB value is (97,67,79). Sum of RGB (Red+Green+Blue) = 97+67+79=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #61434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61434F is #9EBCB0. Grayscale: #4D4D4D. Windows color (decimal): -10402993 or 5194593. OLE color: 5194593.

HSL color Cylindrical-coordinate representation of color #61434F: hue angle of 336º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61434F is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB976779-
CMYK00.310.190.62
HSL336º18.29%32.16%-
HSV(B)336º30.93%38.04%-
XYZ8.357.128.33-
YUV77.34128.94142.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.92%
GREEN value IS 67 (26.56% from 255) = 27.57%
BLUE value IS 79 (31.25% from 255) = 32.51%
R=39.92%
G=27.57%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97677900.310.190.6233618.2932.16
Hex61434F01F133E1501220
Octal14110311703723765202240
Binary1100001100001110011110111111001111111010101000010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61434F; }

 p { color: rgb(97,67,79); }

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

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

 a { background-color: rgb(97,67,79); }

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

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

 span { border-color: rgb(97,67,79); }

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